Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP3:Update
zbar.31954
zbar-CVE-2023-40889.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File zbar-CVE-2023-40889.patch of Package zbar.31954
https://salsa.debian.org/debian/zbar/-/commit/1c3ddc8d7d828d68688c7f4f2ea35a2eee18594c Index: zbar-0.23.1/zbar/qrcode/qrdec.c =================================================================== --- zbar-0.23.1.orig/zbar/qrcode/qrdec.c +++ zbar-0.23.1/zbar/qrcode/qrdec.c @@ -3900,8 +3900,8 @@ void qr_reader_match_centers(qr_reader * /*TODO: We might be able to accelerate this step significantly by considering the remaining finder centers in a more intelligent order, based on the first finder center we just chose.*/ - for(j=i+1;!mark[i]&&j<_ncenters;j++){ - for(k=j+1;!mark[j]&&k<_ncenters;k++)if(!mark[k]){ + for (j=i+1;i<_ncenters&&!mark[i]&&j<_ncenters;j++) { + for (k=j+1;j<_ncenters&&!mark[j]&&k<_ncenters;k++)if(!mark[k]) { qr_finder_center *c[3]; qr_code_data qrdata; int version;
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