summaryrefslogtreecommitdiff
path: root/x11-misc/xstroke/files/xstroke-0.6-sigsegv_sprintf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xstroke/files/xstroke-0.6-sigsegv_sprintf.patch')
-rw-r--r--x11-misc/xstroke/files/xstroke-0.6-sigsegv_sprintf.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-misc/xstroke/files/xstroke-0.6-sigsegv_sprintf.patch b/x11-misc/xstroke/files/xstroke-0.6-sigsegv_sprintf.patch
deleted file mode 100644
index b36958849f53..000000000000
--- a/x11-misc/xstroke/files/xstroke-0.6-sigsegv_sprintf.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Nru xstroke-0.6.vanilla/sprintf_alloc.c xstroke-0.6/sprintf_alloc.c
---- xstroke-0.6.vanilla/sprintf_alloc.c 2005-11-26 01:55:32.000000000 +0100
-+++ xstroke-0.6/sprintf_alloc.c 2005-11-26 01:55:55.000000000 +0100
-@@ -74,7 +74,8 @@
- {
- char *new_str;
- /* Guess we need no more than 100 bytes. */
-- int n, size = 100;
-+ /* yeah... right... */
-+ int n, size = 512;
-
- if ((*str = malloc (size)) == NULL)
- return -1;