Hi,
> -----Original Message----- > From: Bing Zhao <[email protected]> > Sent: Monday, November 17, 2025 9:29 AM > To: Slava Ovsiienko <[email protected]>; [email protected]; Raslan > Darawsheh <[email protected]> > Cc: Ori Kam <[email protected]>; Dariusz Sosnowski > <[email protected]>; Suanming Mou <[email protected]>; > Matan Azrad <[email protected]>; NBU-Contact-Thomas Monjalon > (EXTERNAL) <[email protected]>; Wisam Jaddo <[email protected]> > Subject: [PATCH] test-flow-perf: fix the incorrect array length > > The array used to save the flow rules pointer was allocated with an incorrect > length. 1 more rule space should be appended but not 1 byte. > > Fixes: 070316d01d3e ("app/flow-perf: add multi-core rule insertion and > deletion") > Cc: [email protected] Acked-by: Wisam Jaddo <[email protected]> BRs, Wisam Jaddo

