summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-21 21:33:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-21 21:33:20 (GMT)
commitd800cb1c80ec68eb1ad85134fd9c0727023f572a (patch)
tree6fcf08b763b9f1a7b6708918085b352abe671631 /ChangeLog
parentcff2f506464abf93c35feb6d644ad08b79feb856 (diff)
Fixed bugs as realloc() may change base addresses and does not initialize new memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee1fa84..336a34b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.