mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-07 12:19:55 +01: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. |
||
|---|---|---|
| .. | ||
| cv2_convert.cpp | ||
| cv2_convert.hpp | ||
| cv2_highgui.cpp | ||
| cv2_highgui.hpp | ||
| cv2_numpy.cpp | ||
| cv2_numpy.hpp | ||
| cv2_util.cpp | ||
| cv2_util.hpp | ||
| cv2.cpp | ||
| cv2.hpp | ||
| gen2.py | ||
| hdr_parser.py | ||
| pycompat.hpp | ||