summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-02-06 22:07:53 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-02-06 22:07:53 +1100
commitc5984c16d25c2c2f73e94a9a0c17ebeaf61dec23 (patch)
treeb0b0a02027d620e2ca3e4bff86015bb2b1517ca9 /ChangeLog
parente092a9f885b97fd57dc85714d5e426ad20b5925e (diff)
src/alac.c : Fix valgrind invalid realloc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6974a42..0fc778d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
Drop tests for and #ifdef hackery for C99 struct flexible array feature.
libsndfile assumes the compiler supports most of the ISO C99 standard.
+ * src/alac.c
+ Fix valgrind invalid realloc. Reported by nu774.
+ Closes: https://github.com/erikd/libsndfile/issues/31
+
2013-02-05 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/alac.c