diff options
Diffstat (limited to 'net-print/cups/files/xpdf-pl3.patch')
-rw-r--r-- | net-print/cups/files/xpdf-pl3.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-print/cups/files/xpdf-pl3.patch b/net-print/cups/files/xpdf-pl3.patch new file mode 100644 index 000000000000..e7b33e514da1 --- /dev/null +++ b/net-print/cups/files/xpdf-pl3.patch @@ -0,0 +1,14 @@ +*** XRef.cxx.orig Wed Jan 12 17:10:53 2005 +--- XRef.cxx Wed Jan 12 17:11:22 2005 +*************** +*** 793,798 **** +--- 793,801 ---- + } else { + keyLength = 5; + } ++ if (keyLength > 16) { ++ keyLength = 16; ++ } + permFlags = permissions.getInt(); + if (encVersion >= 1 && encVersion <= 2 && + encRevision >= 2 && encRevision <= 3) { |