From 81d40c920807279ccc0dae0aca46c8291755c66d Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Thu, 13 Oct 2011 07:55:46 -0700 Subject: Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index e7cd83305ee..52fe8baa92e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-10-13 Dmitry Antipov + + * editfns.c (Fset_time_zone_rule): Replace free with xfree to + avoid crash when xmalloc overrun checking is enabled. + 2011-10-13 Eli Zaretskii * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize -- cgit v1.2.1