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

Function error

CVE-2022-34918/exploit/exploit.c:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include <linux/netfilter/nf_tables.h>
29
30void error(char *msg)
31{
32 perror(msg);
33 exit(EXIT_FAILURE);
34}
35
36// ---------------------------------- util --------------------------------------
37#define FILENAME_MAX_LEN 0x80

Callers 15

new_nsFunction · 0.70
set_cpu_affinityFunction · 0.70
spray_uringFunction · 0.70
create_xattrFunction · 0.70
spray_simple_xattrFunction · 0.70
spray_keyringFunction · 0.70
parse_leakFunction · 0.70
get_keyring_leakFunction · 0.70
release_keysFunction · 0.70
prepare_root_shellFunction · 0.70
get_new_modprobe_pathFunction · 0.70
write_new_modprobeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected