Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
cups
cups-2.2.7-CVE-2023-4504.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cups-2.2.7-CVE-2023-4504.patch of Package cups
--- filter/interpret.c.orig 2018-03-23 04:48:36.000000000 +0100 +++ filter/interpret.c 2023-09-12 12:31:15.258214485 +0200 @@ -1117,6 +1117,18 @@ scan_ps(_cups_ps_stack_t *st, /* I - S cur ++; + /* + * Return NULL if we reached NULL terminator, a lone backslash + * is not a valid character in PostScript. + */ + + if (!*cur) + { + *ptr = NULL; + + return (NULL); + } + if (*cur == 'b') *valptr++ = '\b'; else if (*cur == 'f')
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