Andy Strohman
Andy Strohman
When a pointer to a BTF struct is NULL, every type of matchArgs selector should fail to match, because the argument was not really resolved. When we fail to dereference...
The user specified override value is stored as an int32 and then cast to uint64. When the override value is negative, this casting creates a very large number. Later when...
### What happened? How can we reproduce this? With the following policy: ``` apiVersion: cilium.io/v1alpha1 kind: TracingPolicy metadata: name: ret-test spec: kprobes: - call: "sys_read" syscall: true args: # -...