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

Function Unshare

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

Source from the content-addressed store, hash-verified

532}
533
534void Unshare(int flags)
535{
536 if (unshare(flags) < 0)
537 unix_error("unshare");
538}
539
540void Sched_setaffinity(pid_t pid, size_t cpusetsize, const cpu_set_t *cpuset)
541{

Callers 1

setup_namespaceFunction · 0.85

Calls 1

unix_errorFunction · 0.85

Tested by

no test coverage detected