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

Function Write

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

Source from the content-addressed store, hash-verified

484}
485
486ssize_t Write(int fd, const void *buf, size_t count)
487{
488 ssize_t rc = write(fd, buf, count);
489 if (rc < 0)
490 unix_error("write");
491 return rc;
492}
493
494ssize_t Sendmsg(int socket, const struct msghdr *message, int flags)
495{

Callers 1

write_string_to_fileFunction · 0.85

Calls 1

unix_errorFunction · 0.85

Tested by

no test coverage detected