Replaced sprintf with safer snprintf * Straightforward replacement of sprintf with safer snprintf * Trickier replacement of sprintf with safer snprintf Some functions were changed to take another parameter: the size of the buffer, so that they can pass that size on to snprintf. |
||
|---|---|---|
| .. | ||
| boost.cpp | ||
| boost.h | ||
| cascadeclassifier.cpp | ||
| cascadeclassifier.h | ||
| CMakeLists.txt | ||
| features.cpp | ||
| haarfeatures.cpp | ||
| haarfeatures.h | ||
| HOGfeatures.cpp | ||
| HOGfeatures.h | ||
| imagestorage.cpp | ||
| imagestorage.h | ||
| lbpfeatures.cpp | ||
| lbpfeatures.h | ||
| old_ml_boost.cpp | ||
| old_ml_data.cpp | ||
| old_ml_inner_functions.cpp | ||
| old_ml_precomp.hpp | ||
| old_ml_tree.cpp | ||
| old_ml.hpp | ||
| traincascade_features.h | ||
| traincascade.cpp | ||