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

Function Socket

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

Source from the content-addressed store, hash-verified

500}
501
502int Socket(int domain, int type, int protocol)
503{
504 int fd = socket(domain, type, protocol);
505 if (fd < 0)
506 unix_error("socket error");
507 return fd;
508}
509
510void *Calloc(size_t nmemb, size_t size)
511{

Callers 3

network_interface_upFunction · 0.85
heap_read_primitive_initFunction · 0.85

Calls 2

socketClass · 0.85
unix_errorFunction · 0.85

Tested by

no test coverage detected