added artifacts
This commit is contained in:
parent
cb794602ee
commit
cf2057109f
35 changed files with 6394 additions and 0 deletions
8
artifacts/generic/msg_cleanup.c
Normal file
8
artifacts/generic/msg_cleanup.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "msg_msg.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("[*] cleanup\n");
|
||||
for (size_t i = 0; i < (1<<24); ++i)
|
||||
msgctl(i, IPC_RMID, 0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue