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

Function msg_free

CVE-2021-4154/exploit/exploit-ROP.c:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void msg_free(int msqid, int msg_type, char *data, size_t size) {
275 if (msgrcv(msqid, data, size, msg_type, 0) < 0)
276 perror("msgrcv");
277}
278
279void vsleep(int n) {
280 while (n--) {

Callers 1

exploitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected