mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
As reported in the xdp-tutorial (where this code is from), there were a couple of sizeof checks in parsing_helpers.h that was using the pointer size instead of the size of the struct being pointed to. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>