Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bsauce/kernel-exploit-factory
/ Calloc
Function
Calloc
CVE-2025-21702/exploit/exploit.c:510–516 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
}
509
510
void *Calloc(size_t nmemb, size_t size)
511
{
512
void *p = calloc(nmemb, size);
513
if (p == NULL)
514
unix_error(
"calloc error"
);
515
return p;
516
}
517
518
char *Strdup(const char *s)
519
{
Callers
2
xfrm_policy_spray_init
Function · 0.85
code_execution_primitive_init
Function · 0.85
Calls
1
unix_error
Function · 0.85
Tested by
no test coverage detected