diff options
Diffstat (limited to 'app-arch/zoo/files/zoo-2.10-febz-183426.patch')
-rw-r--r-- | app-arch/zoo/files/zoo-2.10-febz-183426.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app-arch/zoo/files/zoo-2.10-febz-183426.patch b/app-arch/zoo/files/zoo-2.10-febz-183426.patch deleted file mode 100644 index d8e34d628094..000000000000 --- a/app-arch/zoo/files/zoo-2.10-febz-183426.patch +++ /dev/null @@ -1,16 +0,0 @@ -Taken from Fedora - -https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=183426 -http://bugs.gentoo.org/125622 - ---- zoo/parse.c -+++ zoo/parse.c -@@ -39,7 +39,7 @@ - char *namep; /* points to relevant part of tempname */ - - char *p; -- strcpy (tempname, fname); -+ strncpy(tempname, fname, LFNAMESIZE); - - #ifdef DEBUG - printf ("parse: supplied name is [%s].\n", tempname); |