ladybird/Userland
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
..
Applets Userland: Convert command line arguments to String/StringView 2022-07-12 23:11:35 +02:00
Applications Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
Demos WidgetGallery: Repair GML layout on BasicsTab 2022-07-04 11:15:40 +02:00
DevTools Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
DynamicLoader LibC+Kernel: Prevent string functions from calling themselves 2022-05-12 13:12:37 +02:00
Games Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
Libraries Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
Services Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
Shell Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
Utilities Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00