opencv/modules/ts/src
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
..
cuda_perf.cpp build: detect Android via '__ANDROID__' macro 2017-07-10 12:43:59 +03:00
cuda_test.cpp Fix GpuMat to correctly calculate dataend when using GpuMat::create(). 2022-02-02 14:25:46 +00:00
ocl_perf.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-03 12:32:49 +00:00
ocl_test.cpp ts: test case list is printed after cmd line parsing, refactored 2018-07-26 16:43:43 +03:00
precomp.hpp js: fix build of SIMD tests 2021-10-08 20:15:41 +00:00
ts_arrtest.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-03 12:32:49 +00:00
ts_func.cpp Merge pull request #22149 from seanm:sprintf 2022-06-25 06:48:22 +03:00
ts_gtest.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-05-23 16:06:14 +00:00
ts_perf.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-03 12:32:49 +00:00
ts_tags.cpp dnn(IE): use HAVE_DNN_IE_NN_BUILDER_2019 for NN Builder API code 2020-03-03 08:07:54 +00:00
ts_tags.hpp ts: count skipped tests via SkipTestException 2019-11-26 18:34:04 +03:00
ts.cpp Merge pull request #22149 from seanm:sprintf 2022-06-25 06:48:22 +03:00