MCPcopy 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
412void keyutils_error(char *msg)
413{
414 fprintf(stderr, "%s: %s\n", msg, strerror(errno));
415 exit(EXIT_FAILURE);
416}
417
418struct mnl_socket *Mnl_socket_open(int bus)
419{

Callers 4

Add_keyFunction · 0.85
Keyctl_unlinkFunction · 0.85
Keyctl_readFunction · 0.85
Keyctl_read_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected