Re: [dpdk-dev] [PATCH] eal: fix check for default plugin directory

2017-11-06 Thread Thomas Monjalon
06/11/2017 21:36, Aaron Conole: > Bruce Richardson writes: > > > The check for the existence of the default plugin directory calls stat > > using an incorrect variable, which will cause a NULL pointer dereference > > error. > > > > Coverity issue: 198440 > > Fixes: d6a4399cdfc9 ("eal: avoid error

Re: [dpdk-dev] [PATCH] eal: fix check for default plugin directory

2017-11-06 Thread Aaron Conole
Bruce Richardson writes: > The check for the existence of the default plugin directory calls stat > using an incorrect variable, which will cause a NULL pointer dereference > error. > > Coverity issue: 198440 > Fixes: d6a4399cdfc9 ("eal: avoid error for non-existent default PMD path") > > Signed-

[dpdk-dev] [PATCH] eal: fix check for default plugin directory

2017-11-06 Thread Bruce Richardson
The check for the existence of the default plugin directory calls stat using an incorrect variable, which will cause a NULL pointer dereference error. Coverity issue: 198440 Fixes: d6a4399cdfc9 ("eal: avoid error for non-existent default PMD path") Signed-off-by: Bruce Richardson --- lib/librte