mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:47:36 +00:00
![]() 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). |
||
---|---|---|
.. | ||
ASM_wrapper.cpp | ||
CPU.cpp | ||
CPUID.cpp | ||
CrashHandler.cpp | ||
InterruptManagement.cpp | ||
Interrupts.cpp | ||
PageDirectory.cpp | ||
Processor.cpp | ||
ProcessorInfo.cpp | ||
SafeMem.cpp | ||
ScopedCritical.cpp | ||
SmapDisabler.cpp | ||
Spinlock.cpp | ||
TrapFrame.cpp |