setsmdeveloper / SETSM

The Surface Extraction from TIN-based Searchspace Minimization (SETSM) software is a fully automatic algorithm for deriving Digital Terrain Models (DTM) from pairs of satellite imagery.
Apache License 2.0
65 stars 19 forks source link

Replace a lot of malloc by calloc to fix uninitialized values access #8

Open drons opened 5 years ago

drons commented 5 years ago

Memory allocation for arrays of pointers and structures has been replaced. In some cases, uninitialized memory caused SETSM program to crash.