mbox series

[0/4] Coverity issue fixes

Message ID 20181106193005.5383-1-stephen@networkplumber.org (mailing list archive)
Headers
Series Coverity issue fixes |

Message

Stephen Hemminger Nov. 6, 2018, 7:30 p.m. UTC
  These are all error path issues and should not matter in
a real application; most of the error are impossible to cause
and applications just fail if setup fails.

Stephen Hemminger (4):
  net/failsafe: avoid rte_memcpy if rte_realloc fails
  bus/vmbus: fix directory handle leak on error
  net/tap: fix file descriptor leak on error
  net/tap: fix warning about comparison of fd

 drivers/bus/vmbus/linux/vmbus_uio.c | 12 +++++++-----
 drivers/net/failsafe/failsafe_ops.c |  2 +-
 drivers/net/tap/rte_eth_tap.c       |  2 +-
 drivers/net/tap/tap_netlink.c       |  3 +++
 4 files changed, 12 insertions(+), 7 deletions(-)
  

Comments

Thomas Monjalon Nov. 14, 2018, 1 a.m. UTC | #1
06/11/2018 20:30, Stephen Hemminger:
> These are all error path issues and should not matter in
> a real application; most of the error are impossible to cause
> and applications just fail if setup fails.
> 
> Stephen Hemminger (4):
>   net/failsafe: avoid rte_memcpy if rte_realloc fails
>   bus/vmbus: fix directory handle leak on error
>   net/tap: fix file descriptor leak on error
>   net/tap: fix warning about comparison of fd

Series applied without failsafe patch.