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

Function do_error_exit

CVE-2022-32250/exploit/exploit.c:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void do_error_exit(char *info)
140{
141 puts(info);
142 exit(-1);
143}
144
145void bye2(char *info, char *arg)
146{

Callers 5

set_cpu_affinityFunction · 0.85
setup_modprobe_payloadFunction · 0.85
spray_uringFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected