diff --git a/bpf/process/types/basic.h b/bpf/process/types/basic.h index f243b133a25..6893b1a60e7 100644 --- a/bpf/process/types/basic.h +++ b/bpf/process/types/basic.h @@ -2394,7 +2394,7 @@ read_call_arg(void *ctx, struct msg_generic_kprobe *e, int index, int type, // fallthrough to file_ty case linux_binprm_type: { struct linux_binprm *bprm = (struct linux_binprm *)arg; - arg = (unsigned long)(&bprm->file); + arg = (unsigned long)_(&bprm->file); // fallthrough to file_ty }