MCPcopy Create free account
hub / github.com/bsauce/kernel-exploit-factory / send_msg

Function send_msg

CVE-2022-25636/exploit/exploit.c:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void send_msg(int msqid, void *msgp, size_t msgsz, int msgflg) {
95 if (msgsnd(msqid, msgp, msgsz, msgflg) == -1)
96 perror("msgsend failure");
97 return;
98}
99
100size_t user_cs, user_ss, user_rflags, user_sp;
101void save_status()

Callers 2

spray_128_msgsegFunction · 0.70
spray_192Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected