Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bsauce/kernel-exploit-factory
/ keyutils_error
Function
keyutils_error
CVE-2025-21702/exploit/exploit.c:412–416 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
410
}
411
412
void keyutils_error(char *msg)
413
{
414
fprintf(stderr,
"%s: %s\n"
, msg, strerror(errno));
415
exit(EXIT_FAILURE);
416
}
417
418
struct mnl_socket *Mnl_socket_open(int bus)
419
{
Callers
4
Add_key
Function · 0.85
Keyctl_unlink
Function · 0.85
Keyctl_read
Function · 0.85
Keyctl_read_alloc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected