> -----Original Message----- > From: Sean Morrissey <[email protected]> > Sent: Wednesday, September 7, 2022 7:34 PM > To: Konstantin Ananyev <[email protected]>; Morrissey, Sean > <[email protected]> > Cc: [email protected]; [email protected] > Subject: [PATCH v1] examples/l3fwd: fix core dump after packet match > > This patch fixes a core dump which occurs on 32-bit-builds after sending a > matched packet due to overrunning an array. > > Fixes: 6de0ea50e9b9 ("examples/l3fwd: merge l3fwd-acl example") > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Sean Morrissey <[email protected]> > ---
Tested-by: Lingli Chen <[email protected]>

