Skip to content

Commit

Permalink
Temporarily set linux_binprm buffer size to 512 bytes
Browse files Browse the repository at this point in the history
Signed-off-by: David Windsor <[email protected]>
  • Loading branch information
dwindsor committed Feb 13, 2024
1 parent 773ba17 commit e676a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpf/process/types/basic.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ struct event_config {
#endif

struct msg_linux_binprm {
char path[MAX_STRING];
char path[512];
} __attribute__((packed));

#ifdef __MULTI_KPROBE
Expand Down

0 comments on commit e676a71

Please sign in to comment.