Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(bpf): remove
memset
in _READ()
macros
The `bpf_probe_read_kernel` / `bpf_probe_read_user` perform memset to zero in case they fail. Avoid duplication and safe few insns. Co-authored-by: Federico Di Pierro <[email protected]> Signed-off-by: Hendrik Brueckner <[email protected]>
- Loading branch information