mpd/src/archive
Max Kellermann 3b05c89765 archive/iso9660: fix off-by-one assertion failure
Calling data[fill] could trigger an assertion failure if
fill==data.size(), even if we call it only to take the address.

Instead of doing that, this commit changes the code to pointer
arithmetic.

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1556
2022-09-06 20:28:33 +02:00
..
plugins archive/iso9660: fix off-by-one assertion failure 2022-09-06 20:28:33 +02:00
ArchiveFile.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
ArchiveList.cxx remove unused includes 2021-11-23 12:33:03 -08:00
ArchiveList.hxx Merge branch 'v0.22.x' 2021-01-01 19:59:15 +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 archive/meson.build: add missing libfmt dependency 2021-07-26 23:26:07 +02:00