MCPcopy Create free account
hub / github.com/RPISEC/MBE / prog_timeout

Function prog_timeout

include/utils.h:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void prog_timeout(int sig)
47{
48 asm("mov $1, %eax;"
49 "mov $1, %ebx;"
50 "int $0x80");
51}
52
53#include <signal.h>
54#define ENABLE_TIMEOUT(_time) \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected