]> git.pld-linux.org Git - packages/xpdf.git/commitdiff
patch to address CAN-2005-0064
authorradzio <radzio@pld-linux.org>
Tue, 18 Jan 2005 23:30:31 +0000 (23:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xpdf-3.00pl3.patch -> 1.1

xpdf-3.00pl3.patch [new file with mode: 0644]

diff --git a/xpdf-3.00pl3.patch b/xpdf-3.00pl3.patch
new file mode 100644 (file)
index 0000000..f3b850d
--- /dev/null
@@ -0,0 +1,13 @@
+diff -Naur xpdf-3.00.orig/xpdf/XRef.cc xpdf-3.00/xpdf/XRef.cc
+--- xpdf-3.00.orig/xpdf/XRef.cc        2005-01-19 00:19:05.686162320 +0100
++++ xpdf-3.00/xpdf/XRef.cc     2005-01-19 00:20:33.426823712 +0100
+@@ -793,6 +793,9 @@
+       } else {
+         keyLength = 5;
+       }
++      if (keyLength > 16) {
++        keyLength = 16;
++      }
+       permFlags = permissions.getInt();
+       if (encVersion >= 1 && encVersion <= 2 &&
+           encRevision >= 2 && encRevision <= 3) {
This page took 0.034005 seconds and 4 git commands to generate.