aee4790913
CVE-2007-5392 and CVE-2007-5393. More info: http://secunia.com/secunia_research/2007-88/advisory/ testing & ok simon@, jasper@
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
$OpenBSD: patch-xpdf_Stream_cc,v 1.4 2007/11/09 07:15:12 bernd Exp $
|
|
--- xpdf/Stream.cc.orig Thu Nov 8 09:31:28 2007
|
|
+++ xpdf/Stream.cc Thu Nov 8 09:31:29 2007
|
|
@@ -4512,7 +4512,7 @@ void ASCII85Encoder::reset() {
|
|
}
|
|
|
|
GBool ASCII85Encoder::fillBuf() {
|
|
- Gulong t;
|
|
+ Guint t;
|
|
char buf1[5];
|
|
int c0, c1, c2, c3;
|
|
int n, i;
|