summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-09-04 17:53:47 +0200
committerMax Kellermann <max@musicpd.org>2020-09-04 17:54:53 +0200
commit9e6c4f8d80c4c7b0af9b728fe7c710784534026c (patch)
treed64b547dc94e0f71b87663f33e7fc067da2b3d41 /NEWS
parent41b47f95c56c1ed51e48b91a0a781acba0d1cd95 (diff)
archive/bzip2: throw on unexpected input EOF
Don't silently return 0 when there is no more data, because this may crash the caller. And flush output even if input EOF has been reached.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 96a3c40bf..bbfbb271f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ ver 0.21.26 (not yet released)
- osx: fix crash bug
- sles: support floating point samples
* archive
+ - bzip2: fix crash on corrupt bzip2 file
+ - bzip2: flush output at end of input file
- zzip: fix crash on corrupt ZIP file
* decoder
- sndfile: fix lost samples at end of file