forked from Minki/linux
0901df3aea
We currently used len instead of prefix_len for the strncmp() in
fdinfo on the prog_tag. It still worked as we matched on the correct
output line also with first 8 instead of 10 chars, but lets fix it
properly to use the intended length.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
bpf_sys.h | ||
bpf_util.h | ||
config | ||
Makefile | ||
test_kmod.sh | ||
test_lpm_map.c | ||
test_lru_map.c | ||
test_maps.c | ||
test_tag.c | ||
test_verifier.c |