Skip to content

Commit

Permalink
temporarily decrease binprm buffer size
Browse files Browse the repository at this point in the history
Signed-off-by: David Windsor <dawindso@cisco.com>
  • Loading branch information
dwindsor committed Feb 13, 2024
1 parent 5265bf1 commit 9645f47
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[256];
} __attribute__((packed));

#ifdef __MULTI_KPROBE
Expand Down

0 comments on commit 9645f47

Please sign in to comment.