On Fri, Nov 20, 2020 at 3:33 PM Mcnamara, John <john.mcnam...@intel.com> wrote: > > > > > -----Original Message----- > > From: dev <dev-boun...@dpdk.org> On Behalf Of Timothy McDaniel > > Sent: Monday, November 16, 2020 5:41 PM > > Cc: dev@dpdk.org; Carrillo, Erik G <erik.g.carri...@intel.com>; Eads, Gage > > <gage.e...@intel.com>; Van Haaren, Harry <harry.van.haa...@intel.com>; > > jer...@marvell.com; tho...@monjalon.net > > Subject: [dpdk-dev] [PATCH] event/dlb: fix potential NULL dereference > > > > Add NULL check before using t->mbuf_pool. > > > > Coverity issue: 363719 > > Fixes: 83326 ("event/dlb: add PMD self-tests") > > This is similar to a fix on the dlb2 driver which fixed a similar Coverity > defect (according to the last Coverity run). So, on that basis, I'll ack this > patch. > > Jerin, could you try merge this for RC5 if possible. >
Applied to dpdk-next-net-eventdev/for-main. Thanks > > Acked-by: John McNamara <john.mcnam...@intel.com> > >