opencv/modules/imgproc
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
..
doc Merge pull request #25616 from savuor:rv/yuv_docs 2024-05-25 13:12:03 +03:00
include/opencv2 Fix typo in MorphShapes document 2024-08-15 18:20:57 +08:00
misc Merge pull request #25986 from asmorkalov:as/js_for_contrib 2024-08-23 10:49:08 +03:00
perf Extended perf tests for warpPerspective to cover channels too. 2024-08-21 17:31:28 +03:00
src Merge pull request #26084 from vrabaud:avif_check 2024-09-03 15:16:22 +03:00
test Merge pull request #26022 from Kumataro:fix26016 2024-08-23 12:35:13 +03:00
CMakeLists.txt Merge pull request #24179 from Kumataro:fix24145 2023-08-23 22:53:11 +03:00