summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.