1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:47:34 +00:00

LibC: Make *alloc return NULL in case of failure (POSIX)

This commit is contained in:
Michel Hermier 2022-01-12 13:37:54 +01:00 committed by Andreas Kling
parent 3bf89f1859
commit 1af072e0f3
3 changed files with 59 additions and 2 deletions

View file

@ -9,6 +9,7 @@ set(TEST_SOURCES
TestLibCSetjmp.cpp
TestLibCString.cpp
TestLibCTime.cpp
TestMalloc.cpp
TestMemmem.cpp
TestQsort.cpp
TestRaise.cpp