Skip to content

Commit

Permalink
[fix] fix probe_read_str return type
Browse files Browse the repository at this point in the history
Signed-off-by: arthur-zhang <[email protected]>
  • Loading branch information
arthur-zhang authored and mtardy committed Dec 20, 2024
1 parent fca7212 commit 1ccf6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpf/process/bpf_execve_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ FUNC_INLINE __u32
read_path(void *ctx, struct msg_execve_event *event, void *filename)
{
struct msg_process *p = &event->process;
__u32 size = 0;
__s32 size = 0;
__u32 flags = 0;
char *earg;

Expand Down

0 comments on commit 1ccf6c1

Please sign in to comment.