Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
gimp.17930
gimp-fix-issue-3630-postscript-plugin-crashes.p...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gimp-fix-issue-3630-postscript-plugin-crashes.patch of Package gimp.17930
From bbcc7ca5f55e62404bd69bf2e5b198039ad3f568 Mon Sep 17 00:00:00 2001 From: Michael Natterer <mitch@gimp.org> Date: Tue, 9 Jul 2019 15:36:13 +0200 Subject: [PATCH] Issue #3630 - postscript plugin crashes gsapi_new_instance() now expects a pointer to a NULL-initialized pointer. Initialize "void *instance" with NULL. Found by massimo. --- plug-ins/common/file-ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/file-ps.c b/plug-ins/common/file-ps.c index 935a9bdbc8..4ddcce43b8 100644 --- a/plug-ins/common/file-ps.c +++ b/plug-ins/common/file-ps.c @@ -1585,7 +1585,7 @@ ps_open (const gchar *filename, gboolean is_pdf; gboolean maybe_epsf = FALSE; int code; - void *instance; + void *instance = NULL; resolution = loadopt->resolution; *llx = *lly = 0; -- 2.25.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