> -----Original Message----- > From: pbhagavat...@marvell.com <pbhagavat...@marvell.com> > Sent: Wednesday, July 24, 2019 5:37 PM > To: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Pavan Nikhilesh > Bhagavatula <pbhagavat...@marvell.com> > Cc: dev@dpdk.org > Subject: [dpdk-dev][PATCH v2] event/octeontx2: fix NULL dereference > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > Fix NULL dereference after rte_realloc and add extra NULL checks. > Fix few memory leak with kvargs. > > Coverity issue: 345023, 345022, 345009, 345011, 345026, 344997, 344990 > Fixes: ffa4ec0b6063 ("event/octeontx2: allow adapters to resize inflight > buffers") > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com>
Applied to dpdk-next-eventdev/master. Thanks.