ladybird/Userland/Libraries/LibMain
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 LibMain: Statically link LibMain 2022-03-24 03:04:57 +01:00
Main.cpp Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
Main.h LibMain: Add the ability to configure the exit code on error 2022-03-19 11:01:49 -07:00