diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-10-21 21:33:03 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-10-21 21:33:20 (GMT) |
commit | d800cb1c80ec68eb1ad85134fd9c0727023f572a (patch) | |
tree | 6fcf08b763b9f1a7b6708918085b352abe671631 /ChangeLog | |
parent | cff2f506464abf93c35feb6d644ad08b79feb856 (diff) |
Fixed bugs as realloc() may change base addresses and does not initialize new memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 16-10-21 Cyrille Bagard <nocbos@gmail.com> + * src/glibext/gwidthtracker.c: + Compute again portion addresses after reallocations as their base address + may have changed. Do not use uninitialized value as cache status. + +16-10-21 Cyrille Bagard <nocbos@gmail.com> + * src/common/shuffle.c: Avoid to copy overlapping memory areas. |