diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-12-18 17:34:23 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-12-18 17:34:23 +0000 |
commit | b94d0634798ad6f70dfda610c26b3621ae02dc21 (patch) | |
tree | 53e37ab314b96d1a795e46d859f44a9b62c254cd /ChangeLog.pre-1-0 | |
parent | 01b5c66858b8253c62b51760aef8ba1c8ad18e64 (diff) | |
download | pango-b94d0634798ad6f70dfda610c26b3621ae02dc21.tar.gz |
Syllable array needs to start at length 2, not 1. Also, some cleanups.
Tue Dec 18 12:33:03 2001 Owen Taylor <otaylor@redhat.com>
* modules/indic/*-x.c (pango_engine_shape): Syllable
array needs to start at length 2, not 1. Also, some
cleanups. (Memory overrun reported by Joshua Pritikin
#66850)
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 9769643d..bad62bd8 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,10 @@ +Tue Dec 18 12:33:03 2001 Owen Taylor <otaylor@redhat.com> + + * modules/indic/*-x.c (pango_engine_shape): Syllable + array needs to start at length 2, not 1. Also, some + cleanups. (Memory overrun reported by Joshua Pritikin + #66850) + 2001-12-17 Darin Adler <darin@bentspoon.com> * pango/pangoft2.c: Fix doc comment. |