diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-07-30 05:43:44 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-07-30 05:43:44 (GMT) |
commit | dc436357ff29158dddd836d368d152d42d5b086b (patch) | |
tree | 39744342708119ddc20e1642f87cc0d395c92b39 /ChangeLog | |
parent | ee9bbfc34d86bfcf9384ed93e4300f6464528b9b (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |