[pdal-commits] [PDAL/PDAL] 97aab9: Protect las reader from empty geotiff VLRs

GitHub noreply at github.com
Wed Sep 7 15:29:08 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 97aab9e1badcf34b7a4633ae2004b385eafa6729
      https://github.com/PDAL/PDAL/commit/97aab9e1badcf34b7a4633ae2004b385eafa6729
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    M io/las/LasHeader.cpp
    M io/las/VariableLengthRecord.hpp
    A test/data/las/1.2-empty-geotiff-vlrs.las
    M test/unit/io/las/LasReaderTest.cpp

  Log Message:
  -----------
  Protect las reader from empty geotiff VLRs

Empty geotiff VLRs would cause invalid memory access (segfault).
Includes test case.


  Commit: 15270d862a4dec9361d31c14aef6b92d209ff81a
      https://github.com/PDAL/PDAL/commit/15270d862a4dec9361d31c14aef6b92d209ff81a
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    M io/las/LasHeader.cpp
    M io/las/VariableLengthRecord.hpp
    A test/data/las/1.2-empty-geotiff-vlrs.las
    M test/unit/io/las/LasReaderTest.cpp

  Log Message:
  -----------
  Merge pull request #1301 from gadomski/empty-geotiff-vlrs

Protect las reader from empty geotiff VLRs


Compare: https://github.com/PDAL/PDAL/compare/6ce56dd9c01e...15270d862a4d


More information about the pdal-commits mailing list