ref: 2d4efdab1636af7935f4ddad5a42e7e162611641
parent: 37b67724cc4c0c13935f50352ffd72296e4ada89
author: David Turner <[email protected]>
date: Thu Feb 10 10:36:21 EST 2005
forgot to update ChangeLog before previous comment I suppose I'm rusty :-)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-10 David Turner <[email protected]>
+
+ * src/pfr/pfrgload.c (pfr_glyph_load): fixed an unbounded growing
+ dynamic array when loading a glyph from a PFR font. This fixes
+ bug #11921
+
2005-02-10 Werner Lemberg <[email protected]>
* builds/unix/freetype-config.in: Add new flag `--ftversion' to
@@ -185,7 +191,7 @@
2004-11-16 Owen Taylor <[email protected]>
* builds/unix/freetype-config.in: Supress -L$libdir for
- /usr/lib64 as well as /usr/lib. (Reported by Dan Winship -
+ /usr/lib64 as well as /usr/lib. (Reported by Dan Winship -
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139199)
2004-11-11 Werner Lemberg <[email protected]>
@@ -426,7 +432,7 @@
to pass lookup count.
Check sequence and glyph indices.
(otl_gpos_subtable_validate): Update function arguments.
- Update callers.
+ Update callers.
* src/otlayout/otlgpos.h: Updated.
@@ -675,7 +681,7 @@
* src/otlayout/otlgsub.c: Add forward declaration for
otl_gsub_validate_funcs.
(otl_gsub_lookup1_apply, otl_gsub_lookup2_apply,
- otl_gsub_lookup3_apply): Fix call to otl_parser_check_property.
+ otl_gsub_lookup3_apply): Fix call to otl_parser_check_property.
s/otl_coverage_lookup/otl_coverage_get_index/.
(otl_ligature_validate): Add missing variable declaration.
(otl_sub_rule_validate): Fix typo.