1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:08:10 +00:00
serenity/Userland/Libraries/LibCoredump
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
..
Backtrace.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Backtrace.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt Everywhere: Fix two inconsistent serenity_lib() output names 2022-07-03 22:59:13 +02:00
Forward.h Everywhere: Core dump => Coredump 2021-08-23 00:02:09 +02:00
Inspector.cpp LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts 2022-01-28 22:51:27 +00:00
Inspector.h LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance 2022-01-28 22:51:27 +00:00
Reader.cpp Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
Reader.h Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00