> -----Original Message----- > From: stable [mailto:stable-boun...@dpdk.org] On Behalf Of Akhil Goyal > Sent: Thursday, July 5, 2018 11:52 AM > To: Nicolau, Radu <radu.nico...@intel.com>; dev@dpdk.org > Cc: bor...@mellanox.com; Doherty, Declan <declan.dohe...@intel.com>; > sta...@dpdk.org > Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] security: fix segfault when > destroy NULL session > > > 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: sta...@dpdk.org > > > > Signed-off-by: Radu Nicolau <radu.nico...@intel.com> > > --- > > Acked-by: Akhil Goyal <akhil.go...@nxp.com>
Applied to dpdk-next-crypto. Thanks, Pablo