opencv/modules
Vincent Rabaud 8561f45c2a
Merge pull request #26084 from vrabaud:avif_check
Avoid uninitialized value read in resize. #26084

When there is no point falling right, an hypothetical value is computed (but unused) using an uninitialized ofst. This triggers warnings in the sanitizers.

Including those values in the for loops is also possible but messy when SIMD is involved.

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
2024-09-03 15:16:22 +03:00
..
calib3d Fix typo with cameramatrix command for documentation. 2024-09-01 01:03:57 +02:00
core Merge pull request #26067 from CNClareChen:4.10 2024-08-30 14:01:53 +03:00
dnn Merge pull request #26053 from alexlyulkov:al/opencl-conformance-tests 2024-08-27 17:23:11 +03:00
features2d Merge pull request #26022 from Kumataro:fix26016 2024-08-23 12:35:13 +03:00
flann Prevent signed integer overflow in LshTable 2024-05-24 23:47:36 +02:00
gapi Merge pull request #26030 from CNClareChen:4.x 2024-08-30 11:35:08 +03:00
highgui highgui: Make GThread mandatory with GTK 2024-07-15 16:30:39 +02:00
imgcodecs Merge pull request #26093 from sturkmen72:related_issue_22090 2024-09-02 15:26:24 +03:00
imgproc Merge pull request #26084 from vrabaud:avif_check 2024-09-03 15:16:22 +03:00
java Merge pull request #26009 from alexlyulkov:al/unify-build-gradle 2024-08-21 09:24:28 +03:00
js Merge pull request #25986 from asmorkalov:as/js_for_contrib 2024-08-23 10:49:08 +03:00
ml speedup random forest getVotes method. 2024-08-20 15:35:59 +07:00
objc fix: resolve Swift method name conflicts by adding missing namespace 2024-07-18 00:20:17 +08:00
objdetect Merge pull request #25986 from asmorkalov:as/js_for_contrib 2024-08-23 10:49:08 +03:00
photo Merge pull request #25986 from asmorkalov:as/js_for_contrib 2024-08-23 10:49:08 +03:00
python Merge pull request #25643 from cpoerschke:issue-25635-find-existing-file-tests 2024-08-05 15:28:16 +03:00
stitching Merge pull request #26022 from Kumataro:fix26016 2024-08-23 12:35:13 +03:00
ts Merge pull request #25832 from chachoi-world:4.x 2024-08-06 20:25:39 +03:00
video Merge pull request #25986 from asmorkalov:as/js_for_contrib 2024-08-23 10:49:08 +03:00
videoio videoio: fix V4L backend with NV12 input format 2024-08-28 16:43:27 +03:00
world cmake: use /INCREMENTAL:NO with MSVS 2015 2023-12-07 19:46:27 +00:00