1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:37:44 +00:00

Kernel: Demonstrate kill's pid/tid confusion bug

This commit is contained in:
Ben Wiederhake 2020-08-09 10:31:18 +02:00 committed by Andreas Kling
parent 7ab90e1a13
commit f225321184
2 changed files with 170 additions and 0 deletions

View file

@ -8,6 +8,7 @@ foreach(CMD_SRC ${CMD_SOURCES})
endforeach()
target_link_libraries(elf-execve-mmap-race LibPthread)
target_link_libraries(kill-pidtid-confusion LibPthread)
target_link_libraries(nanosleep-race-outbuf-munmap LibPthread)
target_link_libraries(null-deref-close-during-select LibPthread)
target_link_libraries(null-deref-crash-during-pthread_join LibPthread)