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

Function Keyctl_read_alloc

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

Source from the content-addressed store, hash-verified

468}
469
470long Keyctl_read_alloc(key_serial_t id, void **buffer)
471{
472 long n = keyctl_read_alloc(id, buffer);
473 if (n < 0)
474 keyutils_error("keyctl_read_alloc");
475 return n;
476}
477
478int Open(const char *pathname, int flags, mode_t mode)
479{

Callers 1

Calls 1

keyutils_errorFunction · 0.85

Tested by

no test coverage detected