From 435f6102f54f6619683efcc84f06367a3e74ca22 Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Mon, 12 Mar 2001 02:36:49 +0000 Subject: [PATCH] Added entries for changes to the Type 1 decoder and the CID font driver (which take into account the possibility of lenIV seed bytes at the beginning of a subroutine). --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 751665ae2..4e514c12b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-03-12 Tom Kacvinsky + + * src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Adjust + for lenIV seed bytes at the start of a decrypted subroutine. + + * src/cid/cidload.c (cid_read_subrs): Decrypt subroutines only + if lenIV >= 0. + + * src/cid/cidgload.c (cid_load_glyph): Decrypt charstrings only + if lenIV >= 0. + 2001-03-11 Werner Lemberg * TODO: Updated.