[poppler] poppler/poppler: Function.cc,1.5,1.6
Jeff Muizelaar
jrmuizel at kemper.freedesktop.org
Sun Dec 10 07:24:58 EET 2006
- Previous message: [poppler] poppler: ChangeLog,1.447,1.448
- Next message: [poppler]
test/tests: cropbox.pdf, 1.2, 1.3 degenerate-path.pdf, 1.3,
1.4 image.pdf, 1.3, 1.4 inline-image.pdf, 1.3, 1.4 mask.pdf,
1.4, 1.5 text.pdf, 1.4, 1.5 type3.pdf, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/poppler/poppler/poppler
In directory kemper:/tmp/cvs-serv12659/poppler
Modified Files:
Function.cc
Log Message:
2006-12-09 Jeff Muizelaar <jeff at infidigm.net>
* poppler/Function.cc: Initialize PostScriptFunction::codeString to
NULL so that it can safely deleted if initialization fails.
Fixes #9263.
Index: Function.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/Function.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Function.cc 5 May 2006 20:51:01 -0000 1.5
+++ Function.cc 10 Dec 2006 05:24:56 -0000 1.6
@@ -978,6 +978,7 @@
GooString *tok;
code = NULL;
+ codeString = NULL;
codeSize = 0;
ok = gFalse;
- Previous message: [poppler] poppler: ChangeLog,1.447,1.448
- Next message: [poppler]
test/tests: cropbox.pdf, 1.2, 1.3 degenerate-path.pdf, 1.3,
1.4 image.pdf, 1.3, 1.4 inline-image.pdf, 1.3, 1.4 mask.pdf,
1.4, 1.5 text.pdf, 1.4, 1.5 type3.pdf, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the poppler
mailing list