Re: [PATCH] dumpcap: check return value from adding interface

2024-10-30 Thread David Marchand
On Sun, Oct 27, 2024 at 7:29 PM Stephen Hemminger wrote: > > The rte_pcapng_add_interface could fail. > For example: running out of space for the file. > > Covertity issue: 446742 Coverity* > Signed-off-by: Stephen Hemminger Applied, thanks. -- David Marchand

Re: [PATCH] dumpcap: check return value from adding interface

2024-10-27 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/10/28 2:28, Stephen Hemminger wrote: > The rte_pcapng_add_interface could fail. > For example: running out of space for the file. > > Covertity issue: 446742 > Signed-off-by: Stephen Hemminger

RE: [PATCH] dumpcap: check return value from adding interface

2024-10-27 Thread Morten Brørup
Acked-by: Morten Brørup

[PATCH] dumpcap: check return value from adding interface

2024-10-27 Thread Stephen Hemminger
The rte_pcapng_add_interface could fail. For example: running out of space for the file. Covertity issue: 446742 Signed-off-by: Stephen Hemminger --- app/dumpcap/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/dumpcap/main.c b/app/dumpcap/main.c index fcfaa19