iovisor / ubpf

Userspace eBPF VM
Apache License 2.0
829 stars 136 forks source link

Don't attempt to capture stack usage for inner most bpf2bpf call #479

Closed Alan-Jowett closed 5 months ago

Alan-Jowett commented 5 months ago

On the inner most bpf2bpf call, the code attempts to capture the stack usage. This results in overwriting the bounds of the stack_frames array.

Resolves: #481

coveralls commented 5 months ago

Coverage Status

coverage: 81.564%. remained the same when pulling 5bd7a016f1b4499aa552d82fba859a41fcc212da on Alan-Jowett:fix_stack_overflow into d5059c4531ed3d0395df6d9f6a08442016810e07 on iovisor:main.