[dpdk-dev] [PATCH] cryptodev: fix crash on null dereference

2016-12-01 Thread Jerin Jacob
gt; Cc: Doherty, Declan; Jerin Jacob > > Subject: [dpdk-dev] [PATCH] cryptodev: fix crash on null dereference > > > > crypodev->data->name will be null when > > rte_cryptodev_get_dev_id() invoked without a valid > > crypto device instance. > > > > Signe

[dpdk-dev] [PATCH] cryptodev: fix crash on null dereference

2016-11-30 Thread De Lara Guarch, Pablo
Hi Jerin, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jerin Jacob > Sent: Tuesday, November 15, 2016 7:12 PM > To: dev at dpdk.org > Cc: Doherty, Declan; Jerin Jacob > Subject: [dpdk-dev] [PATCH] cryptodev: fix crash on null derefer

[dpdk-dev] [PATCH] cryptodev: fix crash on null dereference

2016-11-16 Thread Kusztal, ArkadiuszX
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jerin Jacob > Sent: Tuesday, November 15, 2016 7:12 PM > To: dev at dpdk.org > Cc: Doherty, Declan ; Jerin Jacob > > Subject: [dpdk-dev] [PATCH] cryptodev: fix crash on null dereferenc

[dpdk-dev] [PATCH] cryptodev: fix crash on null dereference

2016-11-16 Thread Jerin Jacob
crypodev->data->name will be null when rte_cryptodev_get_dev_id() invoked without a valid crypto device instance. Signed-off-by: Jerin Jacob --- lib/librte_cryptodev/rte_cryptodev.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/librte_cryptodev/rte_cryptodev.c