aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/files/patch-pixbuf-security
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gdk-pixbuf/files/patch-pixbuf-security')
-rw-r--r--graphics/gdk-pixbuf/files/patch-pixbuf-security4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf/files/patch-pixbuf-security b/graphics/gdk-pixbuf/files/patch-pixbuf-security
index cae13c9d432a..9c4230063f6a 100644
--- a/graphics/gdk-pixbuf/files/patch-pixbuf-security
+++ b/graphics/gdk-pixbuf/files/patch-pixbuf-security
@@ -11,8 +11,8 @@
if (State->HeaderSize>State->BytesInHeaderBuf) {
guchar *tmp=realloc(State->HeaderBuf,State->HeaderSize);
if (!tmp)
---- io-xpm.c.orig Thu Mar 1 15:16:28 2001
-+++ io-xpm.c Sun Oct 17 17:05:38 2004
+--- gdk-pixbuf/io-xpm.c.orig Thu Mar 1 15:16:28 2001
++++ gdk-pixbuf/io-xpm.c Sun Oct 17 17:05:38 2004
@@ -352,16 +352,21 @@
return NULL;
}