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

Function do_futex

CVE-2026-23271/exploit/exploit.cpp:422–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422static long do_futex(volatile int *uaddr, int futex_op, int val,
423 const struct timespec *timeout,
424 volatile int *uaddr2, int val3)
425{
426 return syscall(SYS_futex, uaddr, futex_op, val, timeout, uaddr2, val3);
427}
428
429static uint64_t get_time_ns(void)
430{

Callers 2

tp_attempt_worker_threadFunction · 0.85
tp_attempt_closer_threadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected