Juraj Vijtiuk
Juraj Vijtiuk
Hello, is it possible to use libbpf and CO-RE to trace user space programs that have USDT probes defined with Systemtap's sys/sdt.h? I've managed to build the simple example application...
Hello, as mentioned in #29 I'm opening a PR with commits that enable printf leak/read disclosure bugs. I had to move matcher registration outside the if statement that checks for...
Hello, in issue #3 it is mentioned that currently only pointer corruption bugs can be injected. I'd like to add support for another bug class, and eventually add support for...
Hello, I am working on a gNMI server implementation, and while testing the POLL subscription mode, I noticed that the gnmic client hangs after establishing the subscription. The reason for...
Hello, I have a use case where `sr_oper_poll_subscribe` is called multiple times for the same path by different threads/goroutines. The call is made after a call to `srsn_yang_push_on_change` which seems...