Stephen Hemminger 1835ea9905 app/dumpcap: fix crash on cleanup
At end of program there is call to rte_free() which is passing
a bogus value. There is no "bpf_filter" defined in this application;
it ends up being a text address inside pcap library.

Fixes: cbb44143be74 ("app/dumpcap: add new packet capture application")
Cc: stable@dpdk.org

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2022-10-21 14:54:26 +02:00
..
2022-10-21 14:54:26 +02:00
2022-09-23 16:14:34 +02:00
2022-10-20 13:34:19 +02:00
2021-11-17 12:49:19 +01:00