mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
35f1a90df7
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
d3d9_interop.cpp | ||
d3d9ex_interop.cpp | ||
d3d10_interop.cpp | ||
d3d11_interop.cpp | ||
d3dsample.hpp | ||
winapp.hpp |