summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-02-07 21:24:19 +0100
committerMax Kellermann <max@musicpd.org>2021-02-07 21:41:51 +0100
commite7da5b104d440940aad897567d0b54009eae4a84 (patch)
tree2ab6a3d77f7379fc6396353edc852b96995ccecc /NEWS
parent4be76f3c8fd45b2bcbea661e69cf4f53588de88d (diff)
archive/iso9660: another fix for unaligned reads
Commit 79b2366387dcd5f4ccae50eacf1ae06973f01d83 added the field `skip` to support unaligned reads, but set the `offset` field to a wrong value. This resulted in miscalculation of `remaining`, causing an assertion failure. The fix is to assign `offset` the correct value, but consider the `skip` value in the assertion. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1067
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6f2606b0e..9bb3f60a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
ver 0.22.5 (not yet released)
* tags
- id: translate TPE3 to Conductor, not Performer
+* archive
+ - iso9660: another fix for unaligned reads
* output
- httpd: error handling on Windows improved