mpd/src/archive
Max Kellermann e7da5b104d archive/iso9660: another fix for unaligned reads
Commit 79b2366387 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
2021-02-07 21:41:51 +01:00
..
plugins archive/iso9660: another fix for unaligned reads 2021-02-07 21:41:51 +01:00
ArchiveFile.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
ArchiveList.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
ArchiveList.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
ArchivePlugin.cxx copyright year 2021 2021-01-01 19:54:28 +01:00
ArchivePlugin.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
ArchiveVisitor.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
meson.build */plugins/meson.build: define feature macros in Features.h 2020-05-05 15:06:50 +02:00