summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-10 21:22:21 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-10 21:22:21 +0000
commit43f6a587e67878837680524bdc8240224258fac3 (patch)
tree54fff66185ebd6c8119eb210694f03ef3fea9e14 /ChangeLog
parentbd0dcaf874333fa30660ea8d109a274eb45b0e7e (diff)
downloadpango-43f6a587e67878837680524bdc8240224258fac3.tar.gz
Bug 330603 – pango_scan_int invokes undefined behaviour
2006-07-10 Behdad Esfahbod <behdad@gnome.org> Bug 330603 – pango_scan_int invokes undefined behaviour * pango/pango-utils.c (pango_scan_int): Use strtol.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01df55e7..abbcaf65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-07-10 Behdad Esfahbod <behdad@gnome.org>
+ Bug 330603 – pango_scan_int invokes undefined behaviour
+
+ * pango/pango-utils.c (pango_scan_int): Use strtol.
+
+2006-07-10 Behdad Esfahbod <behdad@gnome.org>
+
Bug 315599 – PangoAttribute remains in wrong context.
* pango/pangocairo-render.c (_pango_cairo_do_glyph_string): Rever my