Re: [dpdk-dev] [PATCH] eal: fix leak in shared lib mode detection

2021-05-10 Thread Thomas Monjalon
06/05/2021 12:40, Bruce Richardson: > On Thu, May 06, 2021 at 12:06:37PM +0200, David Marchand wrote: > > This is reported by our internal covscan: > > > > 1. dpdk-20.11/lib/librte_eal/common/eal_common_options.c:508: alloc_fn: > > Storage is returned from allocation function "dlopen". > > 6. dpdk

Re: [dpdk-dev] [PATCH] eal: fix leak in shared lib mode detection

2021-05-06 Thread Bruce Richardson
On Thu, May 06, 2021 at 12:06:37PM +0200, David Marchand wrote: > This is reported by our internal covscan: > > 1. dpdk-20.11/lib/librte_eal/common/eal_common_options.c:508: alloc_fn: > Storage is returned from allocation function "dlopen". > 6. dpdk-20.11/lib/librte_eal/common/eal_common_options.

[dpdk-dev] [PATCH] eal: fix leak in shared lib mode detection

2021-05-06 Thread David Marchand
This is reported by our internal covscan: 1. dpdk-20.11/lib/librte_eal/common/eal_common_options.c:508: alloc_fn: Storage is returned from allocation function "dlopen". 6. dpdk-20.11/lib/librte_eal/common/eal_common_options.c:508: leaked_storage: Failing to save or free storage allocated by "dlope