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.

12 lines
367 B

  1. --- ./xpdf/XRef.cc.vanilla 2005-08-11 14:49:30.000000000 +0200
  2. +++ ./xpdf/XRef.cc 2005-08-11 14:50:35.000000000 +0200
  3. @@ -793,6 +793,9 @@
  4. } else {
  5. keyLength = 5;
  6. }
  7. + if (keyLength > 16) {
  8. + keyLength = 16;
  9. + }
  10. permFlags = permissions.getInt();
  11. if (encVersion >= 1 && encVersion <= 2 &&
  12. encRevision >= 2 && encRevision <= 3) {