kni: fix crash with null name
authorDan Gora <dg@adax.com>
Thu, 28 Jun 2018 22:58:38 +0000 (15:58 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 9 Aug 2018 09:50:10 +0000 (11:50 +0200)
commite716b639856cc4baa46bc6d5bc63bcc1d6bd9cf9
tree1a0f5633b39070f3cc8d03738dde39d8bbb829b8
parent7ca1e39af2160e85fe178b6d73e2e48fe2dde83c
kni: fix crash with null name

Fix a segmentation fault which occurs when the kni_autotest is run
in the 'test' application.

This segmenation fault occurs when rte_kni_get() is called with a
NULL value for 'name'.

Fixes: 0c6bc8ef70ba ("kni: memzone pool for alloc and release")
Cc: stable@dpdk.org
Signed-off-by: Dan Gora <dg@adax.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_kni/rte_kni.c