Tim
Results
2
comments of
Tim
I can confirm its not working properly. If you look at the emitted code, it is passing the address of the arguments, not the arguments themselves: ``` unsafe { bpf_printk!(b"hi...
There is an ugly workaround, this bug happens when you pass 1, 2, or 3 arguments for the format string. If you pass more than 3 arguments, the code works...