opencv/modules
Vincent Rabaud fcdaaabf7c Unconditionally create SuperScale in BarcodeDetector to avoid null deref
This pointer is called unconditionally in BarcodeImpl::initDecode
assuming the size of the image is outside the specified bounds.  This
seems to not cause problems on optimized builds, I assume because the
optimizer sees through the processImageScale call to see that it can be
reduced to a resize call.  Leaving it as is relies on undefined
behavior.

This was the least invasive change I could make, however, it might be
worthwhile to pull up the logic for a resize so that a SuperScale does
not need to be allocated, which seems to be the most common case.
2023-10-19 22:42:11 +02:00
..
calib3d Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
core added detection & dispatching of some modern NEON instructions (NEON_FP16, NEON_BF16) (#24420) 2023-10-18 22:06:20 +03:00
dnn fp16 support for gather elements 2023-10-19 14:44:12 +08:00
features2d Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
flann Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
gapi Updated libade to 0.1.2d 2023-10-18 09:40:53 +03:00
highgui Fix the issue of missing imshow icons when linking OpenCV as a static library (https://github.com/opencv/opencv-python/issues/585) 2023-10-07 11:18:32 +08:00
imgcodecs Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
imgproc Merge pull request #24412 from vrabaud:inter_area1 2023-10-19 14:06:50 +03:00
java Fail Java test suite, execution, if one of test failed. 2023-10-01 18:31:04 +03:00
js Merge pull request #24288 from tailsu:sd/emscripten-3.1.45-fixes 2023-09-19 08:09:18 +03:00
ml Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
objc Backport 5.x: Support for module names that start from digit in ObjC bindings generator. 2023-05-25 11:45:59 +03:00
objdetect Unconditionally create SuperScale in BarcodeDetector to avoid null deref 2023-10-19 22:42:11 +02:00
photo Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
python Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
stitching Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
ts Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
video Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
videoio Added test with V4L CAP_PROP_CONVERT_RGB=false. 2023-10-16 10:20:18 +03:00
world cmake: VERSION_GREATER_EQUAL is not supported in CMake 3.5.1 2022-12-26 17:41:53 +00:00