opencv/modules/python
Sean McBride 35f1a90df7
Merge pull request #22149 from seanm:sprintf
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.
2022-06-25 06:48:22 +03:00
..
bindings cmake: update installation of python extra submodules 2021-10-15 14:21:31 +00:00
package pre: OpenCV 4.6.0 (version++) 2022-05-23 19:25:16 +00:00
python2 python: support standalone Python bindings build 2018-06-07 15:16:39 +03:00
python3 cmake: update installation of python extra submodules 2021-10-15 14:21:31 +00:00
src2 Merge pull request #22149 from seanm:sprintf 2022-06-25 06:48:22 +03:00
test Wrap gpuMat::release to Python 2022-05-02 00:54:17 +08:00
CMakeLists.txt cmake: update installation of python extra submodules 2021-10-15 14:21:31 +00:00
common.cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-11 15:18:57 +00:00
python_loader.cmake cmake: update installation of python extra submodules 2021-10-15 14:21:31 +00:00
standalone.cmake python: update CMake install rules 2019-03-15 13:11:00 +03:00