1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:28:13 +00:00
serenity/Userland/Tests/Kernel
Sergey Bugaev f808810d00 LibC: Deprecate strcpy(), strncpy(), strcat() and strncat() :^)
And also mark strlcpy() and strlcat() with __attribute__((warn_unused_result)).

Since our code is warning-free, this ensures we never misuse those functions.
(Or are very sure about doing it when turning off the warning for a particular
piece of code.)
2020-08-30 17:35:27 +02:00
..
bind-local-socket-to-symlink.cpp Tests: Assert the path fits 2020-08-30 17:35:27 +02:00
bxvga-mmap-kernel-into-userspace.cpp AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00
CMakeLists.txt Kernel: Demonstrate kill's pid/tid confusion bug 2020-08-10 11:51:45 +02:00
crash-fcntl-invalid-cmd.cpp Tests: Build automatically, fix compilation errors 2020-08-02 17:15:36 +02:00
elf-execve-mmap-race.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
elf-symbolication-kernel-read-exploit.cpp LibC: Deprecate strcpy(), strncpy(), strcat() and strncat() :^) 2020-08-30 17:35:27 +02:00
kill-pidtid-confusion.cpp Kernel: Demonstrate kill's pid/tid confusion bug 2020-08-10 11:51:45 +02:00
mmap-write-into-running-programs-executable-file.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
nanosleep-race-outbuf-munmap.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
null-deref-close-during-select.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
null-deref-crash-during-pthread_join.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
path-resolution-race.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
pledge-test-failures.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
pthread-cond-timedwait-example.cpp Test: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
setpgid-across-sessions-without-leader.cpp Kernel: Demonstrate setpgid confusion bug 2020-08-10 11:51:45 +02:00
uaf-close-while-blocked-in-read.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00