Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork56.4k
Fix oss-fuzz bugs 391934081 and 392318892#26854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
vrabaud commentedJan 29, 2025
I also switched the alpha to no be transparent: it does not matter anyway as it is not included in the spec (it is a background color) but we might as well have the color be usable. |
vrabaud commentedJan 29, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Actually, I switched back to having alpha == 0: this is more consistent with the |
- fix a potential overflow in x0+w0- use the proper function to deal with background color to deal with all cases of the spec
c21d0ad intoopencv:4.xUh oh!
There was an error while loading.Please reload this page.
Fix oss-fuzz bugs 391934081 and 392318892opencv#26854- fix a potential overflow in x0+w0- use the proper function to deal with background color to deal with all cases of the spec- use BGR layout for APNG background color### Pull Request Readiness ChecklistSee details athttps://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- [x] There is a reference to the original bug report and related work- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name.- [ ] The feature is well documented and sample code can be built with the project CMake
Uh oh!
There was an error while loading.Please reload this page.
Pull Request Readiness Checklist
See details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.