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

Function unix_error

CVE-2025-21702/exploit/exploit.c:400–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398void do_exploit(void);
399
400void unix_error(char *msg)
401{
402 fprintf(stderr, "%s: %s\n", msg, strerror(errno));
403 exit(EXIT_FAILURE);
404}
405
406void mnl_socket_error(char *msg)
407{

Callers 9

OpenFunction · 0.85
WriteFunction · 0.85
SendmsgFunction · 0.85
SocketFunction · 0.85
CallocFunction · 0.85
StrdupFunction · 0.85
VasprintfFunction · 0.85
UnshareFunction · 0.85
Sched_setaffinityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected