Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
jasper.22852
jasper-CVE-2018-19539.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jasper-CVE-2018-19539.patch of Package jasper.22852
Index: jasper-1.900.14/src/libjasper/base/jas_image.c =================================================================== --- jasper-1.900.14.orig/src/libjasper/base/jas_image.c +++ jasper-1.900.14/src/libjasper/base/jas_image.c @@ -451,6 +451,10 @@ int jas_image_readcmpt(jas_image_t *imag return -1; } + if(data == NULL) { + return -1; + } + if (!jas_matrix_numrows(data) || !jas_matrix_numcols(data)) { return -1; }
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