This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
verifier: Program with ubpf_printf() is rejected by the BPF verifier #4
Labels
bug
Something isn't working
I'm trying to test programs with
ubpf_printf()
. However, verifier rejects them. I usempls.c
fromexmaples/
as the reference program.If I put
ubpf_printf()
beforeubpf_packet_data()
I'm getting the following message:If I put
ubpf_printf()
afterubpf_packet_data()
I'm getting the following message:The latter is quite strange for me, as
ubpf_printf()
does not impact the actual packet.@pchaigno Would you be able to take a look at it?
The text was updated successfully, but these errors were encountered: