[pdal-commits] [PDAL/PDAL] eb1460: PointSourceId setting was working incorrectly

GitHub noreply at github.com
Wed Mar 13 07:02:11 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: eb146060d031ba7e1eb0464d22229df9559be7d7
      https://github.com/PDAL/PDAL/commit/eb146060d031ba7e1eb0464d22229df9559be7d7
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M src/drivers/oci/Reader.cpp

  Log Message:
  -----------
  PointSourceId setting was working incorrectly


  Commit: c84cb6aa9aedba451361bffb8753d3d4ffdae61a
      https://github.com/PDAL/PDAL/commit/c84cb6aa9aedba451361bffb8753d3d4ffdae61a
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M include/pdal/PointBuffer.hpp
    M include/pdal/Schema.hpp
    M src/Schema.cpp
    M src/filters/Chipper.cpp
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  make sure PointBuffer's data array doesn't overflow by using uint64_t instead of size_t to define its size


  Commit: 51661322e1561a3216981632165d6a32398f6bad
      https://github.com/PDAL/PDAL/commit/51661322e1561a3216981632165d6a32398f6bad
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M src/PointBuffer.cpp

  Log Message:
  -----------
  make sure PointBuffer's data array doesn't overflow by using uint64_t instead of size_t to define its size


Compare: https://github.com/PDAL/PDAL/compare/5544d40c0933...51661322e156


More information about the pdal-commits mailing list