MCPcopy 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
510void *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
518char *Strdup(const char *s)
519{

Callers 2

xfrm_policy_spray_initFunction · 0.85

Calls 1

unix_errorFunction · 0.85

Tested by

no test coverage detected