On 7/5/2018 3:34 PM, Radu Nicolau wrote:
rte_security_session_destroy should return -EINVAL is session is NULL,
but segfaults because of rte_mempool_from_obj(NULL) call.
Fixes: c261d1431bd8 ("security: introduce security API and framework")
Cc: [email protected]
Signed-off-by: Radu Nicolau <[email protected]>
---
Acked-by: Akhil Goyal <[email protected]>

