[dpdk-dev] [PATCH] librte_pmd_fm10k: Set pointer to NULL after free

2015-03-17 Thread Thomas Monjalon
> > It could be a potential not safe issue. > > > > Signed-off-by: Michael Qiu > > Acked-by: Jing Chen Applied, thanks

[dpdk-dev] [PATCH] librte_pmd_fm10k: Set pointer to NULL after free

2015-03-16 Thread Chen, Jing D
> -Original Message- > From: Qiu, Michael > Sent: Friday, March 06, 2015 3:57 PM > To: dev at dpdk.org > Cc: Chen, Jing D; Qiu, Michael > Subject: [PATCH] librte_pmd_fm10k: Set pointer to NULL after free > > It could be a potential not safe issue. > > Signed-off-by: Michael Qiu > --- >

[dpdk-dev] [PATCH] librte_pmd_fm10k: Set pointer to NULL after free

2015-03-06 Thread Michael Qiu
It could be a potential not safe issue. Signed-off-by: Michael Qiu --- lib/librte_pmd_fm10k/fm10k_ethdev.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/lib/librte_pmd_fm10k/fm10k_ethdev.c b/lib/librte_pmd_fm10k/fm10k_ethdev.c index 07ea1e7..30962d3 100644