mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
![]() 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. |
||
---|---|---|
.. | ||
include/opencv2 | ||
misc | ||
src | ||
CMakeLists.txt |