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

Function mnl_socket_error

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

Source from the content-addressed store, hash-verified

404}
405
406void mnl_socket_error(char *msg)
407{
408 fprintf(stderr, "%s: %s\n", msg, strerror(errno));
409 exit(EXIT_FAILURE);
410}
411
412void keyutils_error(char *msg)
413{

Callers 4

Mnl_socket_openFunction · 0.85
Mnl_socket_bindFunction · 0.85
Mnl_socket_sendtoFunction · 0.85
Mnl_socket_recvfromFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected