1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:18:11 +00:00
serenity/Userland/Libraries/LibArchive
sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors
This commit moves the length calculations out to be directly on the
StringView users. This is an important step towards the goal of removing
StringView(char const*), as it moves the responsibility of calculating
the size of the string to the user of the StringView (which will prevent
naive uses causing OOB access).
2022-07-12 23:11:35 +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 Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +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 LibArchive: Use named members for ZIP general purpose flags 2022-05-12 22:58:14 +02:00
Zip.h LibArchive: Use named members for ZIP general purpose flags 2022-05-12 22:58:14 +02:00