mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:47:34 +00:00
Kernel: Demonstrate kill's pid/tid confusion bug
This commit is contained in:
parent
7ab90e1a13
commit
f225321184
2 changed files with 170 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue