[pdal-commits] [PDAL/PDAL] 8b4e07: Ept reader streaming exception safety (#2617)
Pravin Shinde
noreply at github.com
Tue Jul 30 09:22:05 PDT 2019
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 8b4e07295b63032632e10b7b142df6c14b6fe44b
https://github.com/PDAL/PDAL/commit/8b4e07295b63032632e10b7b142df6c14b6fe44b
Author: Pravin Shinde <pravin at helix.re>
Date: 2019-07-30 (Tue, 30 Jul 2019)
Changed paths:
M io/EptReader.cpp
M io/EptReader.hpp
Log Message:
-----------
Ept reader streaming exception safety (#2617)
* Use vector to avoid leaking streaming EPT buffers in case of exception.
* Added m_temp_buffer as a EptReader class member.
* fixed crash if 0 points in current overlap.
* fixed indents
More information about the pdal-commits
mailing list