summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-04-18 20:14:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-04-18 20:14:03 (GMT)
commit9ae606c3535643fd9bd9daf7b7ea05dcc1fe0869 (patch)
tree159eab714d5481614c20753926f73ad0a6c07880 /ChangeLog
parent412d8e9df853ae3a6349d38163a1570dfa04434a (diff)
Avoided memory corruption by skipping a call to free().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa1dfa4..f956e91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+16-04-18 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Avoid memory corruption by skipping a call to free().
+
16-04-17 Cyrille Bagard <nocbos@gmail.com>
* autogen.sh: