diff options
Diffstat (limited to 'net-print/hplip/files/hplip-3.10.9-cve-2010-4267.patch')
-rw-r--r-- | net-print/hplip/files/hplip-3.10.9-cve-2010-4267.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-print/hplip/files/hplip-3.10.9-cve-2010-4267.patch b/net-print/hplip/files/hplip-3.10.9-cve-2010-4267.patch deleted file mode 100644 index 3bf6b84f..00000000 --- a/net-print/hplip/files/hplip-3.10.9-cve-2010-4267.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- hplip-3.10.2.orig/io/hpmud/pml.c 2010-12-06 13:35:12.046894255 -0500 -+++ hplip-3.10.2.orig/io/hpmud/pml.c 2010-12-06 13:34:35.018894207 -0500 -@@ -504,6 +504,8 @@ enum HPMUD_RESULT hpmud_get_pml(HPMUD_DE - p += 2; /* eat type and length */ - } - -+ if (dLen > buf_size) -+ dLen = buf_size; - memcpy(buf, p, dLen); - *bytes_read = dLen; - *type = dt; |