moved paper and artifacts

This commit is contained in:
twoneis 2025-02-19 17:58:57 +01:00
parent ab27c4cba8
commit 92bd09ec53
36 changed files with 0 additions and 0 deletions

View 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);
}