ref: 649c673a8fc1795536c5b9a48503568d9e2a75c6
parent: ad05bac6053a70a43f8aabe23a20df6a1bb57754
author: Werner Lemberg <[email protected]>
date: Fri Mar 16 17:12:41 EDT 2012
[bdf] Really fix 35658. * src/bdf/bdflib.c (_bdf_list_split): Add one more `field' initializer.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-16 Werner Lemberg <[email protected]>
+
+ [bdf] Really fix 35658.
+
+ * src/bdf/bdflib.c (_bdf_list_split): Add one more `field' initializer.
+
2012-03-14 Yann Droneaud <[email protected]>
[sfnt] Make arrays static like all others.
--- a/src/bdf/bdflib.c
+++ b/src/bdf/bdflib.c
@@ -569,6 +569,7 @@
list->field[1] = (char*)empty;
list->field[2] = (char*)empty;
list->field[3] = (char*)empty;
+ list->field[4] = (char*)empty;
}
/* If the line is empty, then simply return. */