We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13c992 commit cad85caCopy full SHA for cad85ca
src/24-hide/pidhide.bpf.c
@@ -58,7 +58,7 @@ const volatile int target_ppid = 0;
58
// of the PID to hide. This becomes the name
59
// of the folder in /proc/
60
const volatile int pid_to_hide_len = 0;
61
-const volatile char pid_to_hide[MAX_PID_LEN];
+const volatile char pid_to_hide[MAX_PID_LEN] = "";
62
63
// struct linux_dirent64 {
64
// u64 d_ino; /* 64-bit inode number */
0 commit comments