Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
libheif.36312
libheif-CVE-2023-29659.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libheif-CVE-2023-29659.patch of Package libheif.36312
Index: libheif-1.12.0/libheif/box.cc =================================================================== --- libheif-1.12.0.orig/libheif/box.cc +++ libheif-1.12.0/libheif/box.cc @@ -53,7 +53,7 @@ Fraction::Fraction(int32_t num, int32_t denominator /= 2; } - while (numerator > MAX_FRACTION_VALUE || numerator < -MAX_FRACTION_VALUE) { + while (denominator > 1 && (numerator > MAX_FRACTION_VALUE || numerator < -MAX_FRACTION_VALUE)) { numerator /= 2; denominator /= 2; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor