ubpf icon indicating copy to clipboard operation
ubpf copied to clipboard

uBPF should reject call instructions with src != 0

Open Alan-Jowett opened this issue 3 years ago • 1 comments
trafficstars

BPF ISA support 3 types of call operations, but uBPF only supports helper functions.

uBPF should reject other calls instruction types.

Alan-Jowett avatar Oct 12 '22 19:10 Alan-Jowett

If code using this form of the instruction is passed to uBPF the behavior may be incorrect.

Alan-Jowett avatar Dec 12 '22 17:12 Alan-Jowett

Fixed

Alan-Jowett avatar May 21 '24 03:05 Alan-Jowett