mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- ./xpdf/XRef.cc.vanilla 2005-08-11 14:49:30.000000000 +0200
|
|
+++ ./xpdf/XRef.cc 2005-08-11 14:50:35.000000000 +0200
|
|
@@ -793,6 +793,9 @@
|
|
} else {
|
|
keyLength = 5;
|
|
}
|
|
+ if (keyLength > 16) {
|
|
+ keyLength = 16;
|
|
+ }
|
|
permFlags = permissions.getInt();
|
|
if (encVersion >= 1 && encVersion <= 2 &&
|
|
encRevision >= 2 && encRevision <= 3) {
|