Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
398
void do_exploit(void);
399
400
void unix_error(char *msg)
401
{
402
fprintf(stderr,
"%s: %s\n"
, msg, strerror(errno));
403
exit(EXIT_FAILURE);
404
}
405
406
void mnl_socket_error(char *msg)
407
{
Callers
9
Open
Function · 0.85
Write
Function · 0.85
Sendmsg
Function · 0.85
Socket
Function · 0.85
Calloc
Function · 0.85
Strdup
Function · 0.85
Vasprintf
Function · 0.85
Unshare
Function · 0.85
Sched_setaffinity
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected