diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-02-06 22:07:53 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-02-06 22:07:53 +1100 |
commit | c5984c16d25c2c2f73e94a9a0c17ebeaf61dec23 (patch) | |
tree | b0b0a02027d620e2ca3e4bff86015bb2b1517ca9 /ChangeLog | |
parent | e092a9f885b97fd57dc85714d5e426ad20b5925e (diff) |
src/alac.c : Fix valgrind invalid realloc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |