Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
534
void Unshare(int flags)
535
{
536
if (unshare(flags) < 0)
537
unix_error(
"unshare"
);
538
}
539
540
void Sched_setaffinity(pid_t pid, size_t cpusetsize, const cpu_set_t *cpuset)
541
{
Callers
1
setup_namespace
Function · 0.85
Calls
1
unix_error
Function · 0.85
Tested by
no test coverage detected