mpd/src/archive/plugins
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
..
Bzip2ArchivePlugin.cxx constexpr/std::array conversions 2021-08-16 21:05:56 -07:00
Bzip2ArchivePlugin.hxx copyright year 2021 2021-01-01 19:54:28 +01:00
Iso9660ArchivePlugin.cxx archive/iso9660: fix off-by-one assertion failure 2022-09-06 20:28:33 +02:00
Iso9660ArchivePlugin.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
ZzipArchivePlugin.cxx use cinttypes header 2021-11-22 23:30:36 -08:00
ZzipArchivePlugin.hxx copyright year 2021 2021-01-01 19:54:28 +01:00