ladybird/Userland/Libraries/LibArchive
Idan Horowitz 118d381091 LibArchive: Stop null-terminating StringView tar file header fields
Since 8209c2b570 was added the requires
check for copy_characters_to_buffer matched StringViews as well, which
caused unexpected null bytes to be inserted for non null-terminated
fields.
2022-04-13 19:51:57 +02:00
..
CMakeLists.txt LibArchive: Move method implementations away from header 2021-05-17 18:14:05 +01:00
Tar.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Tar.h LibArchive: Stop null-terminating StringView tar file header fields 2022-04-13 19:51:57 +02:00
TarStream.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TarStream.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Zip.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Zip.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00