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

Function Keyctl_unlink

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

Source from the content-addressed store, hash-verified

454}
455
456void Keyctl_unlink(key_serial_t id, key_serial_t ringid)
457{
458 if (keyctl_unlink(id, ringid) < 0)
459 keyutils_error("keyctl_unlink");
460}
461
462long Keyctl_read(key_serial_t id, char *buffer, size_t buflen)
463{

Callers 2

user_key_payload_freeFunction · 0.85

Calls 1

keyutils_errorFunction · 0.85

Tested by

no test coverage detected