Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
void do_error_exit(char *info)
140
{
141
puts(info);
142
exit(-1);
143
}
144
145
void bye2(char *info, char *arg)
146
{
Callers
5
set_cpu_affinity
Function · 0.85
setup_modprobe_payload
Function · 0.85
spray_uring
Function · 0.85
spray_keyring_list_del_purpose
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected