Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
libraw.28831
libraw-CVE-2023-1729.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libraw-CVE-2023-1729.patch of Package libraw.28831
Index: LibRaw-0.15.4/src/libraw_cxx.cpp =================================================================== --- LibRaw-0.15.4.orig/src/libraw_cxx.cpp +++ LibRaw-0.15.4/src/libraw_cxx.cpp @@ -1240,7 +1240,8 @@ void LibRaw::raw2image_start() } // adjust for half mode! - IO.shrink = P1.filters && (O.half_size || + IO.shrink = !imgdata.rawdata.color4_image && !imgdata.rawdata.color3_image && + P1.filters && (O.half_size || ((O.threshold || O.aber[0] != 1 || O.aber[2] != 1) )); S.iheight = (S.height + IO.shrink) >> IO.shrink;
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