diff --git a/Kernel/StdLib.cpp b/Kernel/StdLib.cpp index 00a7010453..48e7208409 100644 --- a/Kernel/StdLib.cpp +++ b/Kernel/StdLib.cpp @@ -63,6 +63,32 @@ String copy_string_from_user(Userspace user_str, size_t user_str_si return copy_string_from_user(user_str.unsafe_userspace_ptr(), user_str_size); } +[[nodiscard]] Optional