[pdal-commits] [PDAL/PDAL] 191ed5: Don't access invalid memory. (#2986)
Andrew Bell
noreply at github.com
Fri Mar 20 04:41:32 PDT 2020
Branch: refs/heads/2.1-maintenance
Home: https://github.com/PDAL/PDAL
Commit: 191ed539748d3a95ec57c70f1c7dd3fec60f4c29
https://github.com/PDAL/PDAL/commit/191ed539748d3a95ec57c70f1c7dd3fec60f4c29
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-03-20 (Fri, 20 Mar 2020)
Changed paths:
M pdal/util/Utils.cpp
Log Message:
-----------
Don't access invalid memory. (#2986)
* Don't access invalid memory.
* Remove unnecessary cast.
Commit: 4ea5abb77a536fb2822c01728150e60a9c1934f2
https://github.com/PDAL/PDAL/commit/4ea5abb77a536fb2822c01728150e60a9c1934f2
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-03-20 (Fri, 20 Mar 2020)
Changed paths:
M pdal/PDALUtils.cpp
M plugins/e57/libE57Format/src/ImageFileImpl.cpp
Log Message:
-----------
Only use arbiter if we're accessing a remote file. (#2988)
* Only use arbiter if we're accessing a remote file.
* Add missed s3 prefix.
Commit: eb2027272deff64edb0f86301afeed3337383fe8
https://github.com/PDAL/PDAL/commit/eb2027272deff64edb0f86301afeed3337383fe8
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2020-03-20 (Fri, 20 Mar 2020)
Changed paths:
M pdal/PipelineReaderJSON.cpp
A test/data/pipeline/issue2984.json.in
M test/unit/apps/pcpipelineTestJSON.cpp
Log Message:
-----------
Use parse() instead of "<<" to load pipeline (#2989)
* Use parse() on JSON pipeline.
* Remove unecessary comment.
Compare: https://github.com/PDAL/PDAL/compare/b494c82e0284...eb2027272def
More information about the pdal-commits
mailing list