summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-07-30 05:43:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-07-30 05:43:44 (GMT)
commitdc436357ff29158dddd836d368d152d42d5b086b (patch)
tree39744342708119ddc20e1642f87cc0d395c92b39 /ChangeLog
parentee9bbfc34d86bfcf9384ed93e4300f6464528b9b (diff)
Fixed a bug: take into account that realloc() can move the haystack.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@384 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e604fd4..7c90163 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+14-07-30 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/common/extstr.c:
+ Fix a bug: take into account that realloc() can move the haystack.
+
14-07-28 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/Makefile.am: