opencv/modules/core
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
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
cmake/parallel core(parallel): plugins support 2021-02-15 17:07:36 +00:00
doc fix 4.x links 2021-12-22 13:24:30 +00:00
include/opencv2 Merge tag '4.6.0' 2022-06-05 19:23:41 +00:00
misc Objective-C wrapper header fix-ups to avoid clashes with system macros 2022-03-20 18:47:26 +09:00
perf Merge pull request #21937 from Kumataro:4.x-fix-21911 2022-05-13 17:32:05 +00:00
src Merge pull request #22149 from seanm:sprintf 2022-06-25 06:48:22 +03:00
test Merge pull request #22149 from seanm:sprintf 2022-06-25 06:48:22 +03:00
CMakeLists.txt cmake: force lowercase plugins internal names 2021-12-21 16:34:48 +00:00