[pdal-commits] [PDAL/PDAL] 3c54b0: Fix too small sprintf buffer in Uuid::unparse

GitHub noreply at github.com
Wed Feb 17 10:14:27 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 3c54b01b51763292418246bfda53827e4507b003
      https://github.com/PDAL/PDAL/commit/3c54b01b51763292418246bfda53827e4507b003
  Author: Mateusz Łoskot <mateusz at loskot.net>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M include/pdal/util/Uuid.hpp

  Log Message:
  -----------
  Fix too small sprintf buffer in Uuid::unparse

sprintf always appends terminating null character, so the character
buffer used with sprintf needs to accommodate it.


  Commit: 00a1ddf550b49429f7fc8c75837111dcd2ac753d
      https://github.com/PDAL/PDAL/commit/00a1ddf550b49429f7fc8c75837111dcd2ac753d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-02-17 (Wed, 17 Feb 2016)

  Changed paths:
    M include/pdal/util/Uuid.hpp

  Log Message:
  -----------
  Merge pull request #1133 from mloskot/ml/fix-uuid-buffer-overrun

Fix too small sprintf buffer in Uuid::unparse


Compare: https://github.com/PDAL/PDAL/compare/d15222c41f95...00a1ddf550b4


More information about the pdal-commits mailing list