ubpf icon indicating copy to clipboard operation
ubpf copied to clipboard

Recursive local call causes uBPF JIT to crash

Open Alan-Jowett opened this issue 9 months ago • 0 comments

The following instruction sequence causes uBPF to crash in JIT mode

call local 0x0
jgt %r0, %r0, +0
exit
exit
exit

program_local_call.zip

Alan-Jowett avatar May 08 '24 23:05 Alan-Jowett