Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:jsmeix:branches:Printing
cups-filters
cups-filters-1.28.17-CVE-2024-47076.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cups-filters-1.28.17-CVE-2024-47076.patch of Package cups-filters
--- a/cupsfilters/ipp.c 2023-01-25 02:41:08.000000000 +0100 +++ b/cupsfilters/ipp.c 2024-10-01 10:11:52.966077003 +0200 @@ -435,6 +435,14 @@ get_printer_attributes5(http_t *http_pri ippDelete(response2); } } + + // Check if the response is valid + if (!ippValidateAttributes(response)) + { + ippDelete(response); + response = NULL; + } + if (have_http == 0) httpClose(http_printer); if (uri) free(uri); return response;
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