trace: Initialize USDT arguments to 0 before reading (#725)
Fixes #722, in which a USDT probe that has more than one location and the type of the argument is a string caused trace to potentially access an uninitialized stack variable, thereby not passing BPF program verification at load time.
Showing
Please register or sign in to comment