Re: [dpdk-dev] [PATCH 0/4] Coverity issue fixes

2018-11-13 Thread Thomas Monjalon
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/vm

[dpdk-dev] [PATCH 0/4] Coverity issue fixes

2018-11-06 Thread 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: