diff options
author | Max Kellermann <max@musicpd.org> | 2020-09-07 13:12:08 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-09-07 21:08:46 +0200 |
commit | 17dd21ac7fc0667121f72e6ddc0a2b90d33b28ad (patch) | |
tree | 0bed070d451edd2ceca74fa6f529070630f200fd /NEWS | |
parent | 1a5e0ef7c97cc50be7db0a1892a91110e538d46b (diff) |
archive/iso9660: fix unaligned reads
Oh the horror! This plugin cannot possibly ever have worked. It was
broken from the start, when it was added in commit 37796699cf7 nearly
twelve (!) years ago.
The plugin would always read at sector boundaries, so it could only
ever work at multiples of 2 kB.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ ver 0.21.26 (not yet released) * archive - bzip2: fix crash on corrupt bzip2 file - bzip2: flush output at end of input file + - iso9660: fix unaligned reads - zzip: fix crash on corrupt ZIP file * decoder - sndfile: fix lost samples at end of file |