Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:ARM
libraw.28830
libraw-half-size-allocation-buffer-overflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libraw-half-size-allocation-buffer-overflow.patch of Package libraw.28830
Index: LibRaw-0.18.9/internal/dcraw_common.cpp =================================================================== --- LibRaw-0.18.9.orig/internal/dcraw_common.cpp 2019-01-10 10:37:17.098048487 +0100 +++ LibRaw-0.18.9/internal/dcraw_common.cpp 2019-01-10 10:40:00.390813828 +0100 @@ -15198,8 +15198,11 @@ konica_400z: } } else if (!strncmp(make,"Sinar",5)) { if (!load_raw) load_raw = &CLASS unpacked_load_raw; - if (is_raw > 1 && !shot_select && !half_size) filters = 0; + if (is_raw > 1 && !shot_select) filters = 0; maximum = 0x3fff; + } else if(load_raw == &LibRaw::sinar_4shot_load_raw) { + if (is_raw > 1 && !shot_select) + filters = 0; } else if (!strncmp(make,"Leaf",4)) { maximum = 0x3fff; fseek (ifp, data_offset, SEEK_SET);
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