ubpf
ubpf copied to clipboard
uBPF should reject call instructions with src != 0
trafficstars
BPF ISA support 3 types of call operations, but uBPF only supports helper functions.
uBPF should reject other calls instruction types.
If code using this form of the instruction is passed to uBPF the behavior may be incorrect.
Fixed