tools: mountsnoop, change memset to __builtin_memset (#2127)
The bpf program generated with memset() call in this tool contains BPF_JMP|BPF_CALL instruction with imm=-1. The verifier rejects the program. Let's use llvm built-in function __builtin_memset
Showing
Please register or sign in to comment