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

Function Sendmsg

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

Source from the content-addressed store, hash-verified

492}
493
494ssize_t Sendmsg(int socket, const struct msghdr *message, int flags)
495{
496 ssize_t rc = sendmsg(socket, message, flags);
497 if (rc < 0)
498 unix_error("sendmsg");
499 return rc;
500}
501
502int Socket(int domain, int type, int protocol)
503{

Callers 1

Calls 1

unix_errorFunction · 0.85

Tested by

no test coverage detected