mbox series

[0/3] small fixes suggested by Coverity scan

Message ID 20220210230906.833163-1-stephen@networkplumber.org (mailing list archive)
Headers
Series small fixes suggested by Coverity scan |

Message

Stephen Hemminger Feb. 10, 2022, 11:09 p.m. UTC
  Fix some simple bugs.

Stephen Hemminger (3):
  pcapng: handle rte_ethlink_get failing
  app/test_bpf: don't print eBPF program if NULL
  app/dumpcap: check for failure to set promiscious

 app/dumpcap/main.c      | 9 +++++++--
 app/test/test_bpf.c     | 6 ++++--
 lib/pcapng/rte_pcapng.c | 4 ++--
 3 files changed, 13 insertions(+), 6 deletions(-)
  

Comments

Thomas Monjalon March 8, 2022, 8:20 a.m. UTC | #1
11/02/2022 00:09, Stephen Hemminger:
> Fix some simple bugs.
> 
> Stephen Hemminger (3):
>   pcapng: handle rte_ethlink_get failing
>   app/test_bpf: don't print eBPF program if NULL
>   app/dumpcap: check for failure to set promiscious

Improved titles and applied, thanks.