summaryrefslogtreecommitdiff
path: root/x11/libXext/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXext/patches/patch-ab')
-rw-r--r--x11/libXext/patches/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/libXext/patches/patch-ab b/x11/libXext/patches/patch-ab
deleted file mode 100644
index 8b8ee5294f6..00000000000
--- a/x11/libXext/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2008/01/29 02:00:22 bjs Exp $
-
-Coverity #467: security_error_list has fewer than
-XSecurityNumberErrors entries
-
---- src/XSecurity.c.orig 2006-07-11 14:05:14.000000000 -0400
-+++ src/XSecurity.c
-@@ -78,7 +78,7 @@ static XExtensionHooks Security_extensio
- };
-
- static char *security_error_list[] = {
-- "BadAuthorization"
-+ "BadAuthorization",
- "BadAuthorizationProtocol"
- };
-