aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/cups/files/cups-1.7.1-str4356.patch')
-rw-r--r--net-print/cups/files/cups-1.7.1-str4356.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-print/cups/files/cups-1.7.1-str4356.patch b/net-print/cups/files/cups-1.7.1-str4356.patch
deleted file mode 100644
index 6a1c8c4..0000000
--- a/net-print/cups/files/cups-1.7.1-str4356.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Index: scheduler/client.c
-===================================================================
---- scheduler/client.c (revision 11597)
-+++ scheduler/client.c (working copy)
-@@ -3316,6 +3316,14 @@
- return (0);
-
- /*
-+ * Check for "<" or quotes in the path and reject since this is probably
-+ * someone trying to inject HTML...
-+ */
-+
-+ if (strchr(path, '<') != NULL || strchr(path, '\"') != NULL || strchr(path, '\'') != NULL)
-+ return (0);
-+
-+ /*
- * Check for "/.." in the path...
- */
-