Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
jasper.32090
jasper-CVE-2022-2963.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jasper-CVE-2022-2963.patch of Package jasper.32090
Index: jasper-2.0.14/src/appl/jasper.c =================================================================== --- jasper-2.0.14.orig/src/appl/jasper.c +++ jasper-2.0.14/src/appl/jasper.c @@ -425,6 +425,7 @@ cmdopts_t *cmdopts_parse(int argc, char cmdopts->max_mem = strtoull(jas_optarg, 0, 10); break; default: + cmdopts_destroy(cmdopts); badusage(); break; } @@ -450,6 +451,7 @@ cmdopts_t *cmdopts_parse(int argc, char if (cmdopts->outfmt < 0) { fprintf(stderr, "error: no output format specified\n"); + cmdopts_destroy(cmdopts); badusage(); }
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