Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
406
void mnl_socket_error(char *msg)
407
{
408
fprintf(stderr,
"%s: %s\n"
, msg, strerror(errno));
409
exit(EXIT_FAILURE);
410
}
411
412
void keyutils_error(char *msg)
413
{
Callers
4
Mnl_socket_open
Function · 0.85
Mnl_socket_bind
Function · 0.85
Mnl_socket_sendto
Function · 0.85
Mnl_socket_recvfrom
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected