Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP2
gimp.17698
gimp-CVE-2017-17787.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gimp-CVE-2017-17787.patch of Package gimp.17698
diff -Nura gimp-2.8.22/plug-ins/common/file-psp.c gimp-2.8.22_new/plug-ins/common/file-psp.c --- gimp-2.8.22/plug-ins/common/file-psp.c 2020-12-19 02:52:38.392357505 +0000 +++ gimp-2.8.22_new/plug-ins/common/file-psp.c 2020-12-19 03:04:06.473880837 +0000 @@ -890,6 +890,12 @@ g_free (string); return -1; } + if (string[length - 1] != '\0') + { + g_message ("Creator keyword data not nul-terminated"); + g_free (string); + return -1; + } switch (keyword) { case PSP_CRTR_FLD_TITLE:
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