Skip to content

Commit

Permalink
change int to __s32
Browse files Browse the repository at this point in the history
Signed-off-by: arthur-zhang <[email protected]>
  • Loading branch information
arthur-zhang committed Dec 18, 2024
1 parent 6cf14ad commit acf68eb
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;
int size = 0;
__s32 size = 0;
__u32 flags = 0;
char *earg;

Expand Down

0 comments on commit acf68eb

Please sign in to comment.