diff options
Diffstat (limited to 'x11/libXfont/patches/patch-aa')
-rw-r--r-- | x11/libXfont/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/libXfont/patches/patch-aa b/x11/libXfont/patches/patch-aa deleted file mode 100644 index c0509f80809..00000000000 --- a/x11/libXfont/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2007/09/24 16:24:48 joerg Exp $ - ---- src/fontfile/catalogue.c.orig 2007-09-24 18:18:59.000000000 +0200 -+++ src/fontfile/catalogue.c -@@ -156,7 +156,7 @@ CatalogueRescan (FontPathElementPtr fpe) - while (entry = readdir(dir), entry != NULL) - { - snprintf(link, sizeof link, "%s/%s", path, entry->d_name); -- len = readlink(link, dest, sizeof dest); -+ len = readlink(link, dest, sizeof dest - 1); - if (len < 0) - continue; - |