serenity/Tests/LibC
Daniel Bertalan ea52ba9fdc LibC: Set saved_str to null in strtok_r if no tokens were found
If we do not do this, the next call to strtok_r will start tokenizing
(and possibly modifying!) the memory pointed to by `saved_ptr`.
2022-03-08 23:30:47 +01:00
..
CMakeLists.txt Tests: Add test for LibC mkdir() 2022-02-13 21:58:26 +02:00
TestAbort.cpp
TestAssert.cpp
TestIo.cpp
TestLibCDirEnt.cpp
TestLibCExec.cpp
TestLibCInodeWatcher.cpp
TestLibCMkTemp.cpp
TestLibCSetjmp.cpp
TestLibCString.cpp LibC: Set saved_str to null in strtok_r if no tokens were found 2022-03-08 23:30:47 +01:00
TestLibCTime.cpp LibC: Ensure most time tests run under UTC 2022-01-25 18:39:36 +00:00
TestMalloc.cpp
TestMemmem.cpp
TestMkDir.cpp Tests: Add test for LibC mkdir() 2022-02-13 21:58:26 +02:00
TestQsort.cpp
TestRaise.cpp
TestRealpath.cpp Tests: Include limits.h for PATH_MAX in realpath tests 2022-03-08 22:00:28 +01:00
TestScanf.cpp LibC: Do not write value when scanf assignment value is suppressed 2022-02-20 00:13:08 +03:30
TestSearch.cpp
TestSnprintf.cpp AK: Print NaN and infinite numbers in PrintfImplementation 2022-03-02 11:40:37 +01:00
TestStackSmash.cpp
TestStdio.cpp
TestStrlcpy.cpp
TestStrtodAccuracy.cpp
TestWchar.cpp Tests: Include limits.h for MB_LEN_MAX in wchar tests 2022-03-08 22:00:28 +01:00
TestWctype.cpp