Re: [PATCH] app/test: fix buffer overflow in table unit tests

2022-04-28 Thread David Marchand
On Tue, Apr 26, 2022 at 4:04 PM Dumitrescu, Cristian wrote: > > > > This patch fixes stack buffer overflow reported by ASAN. > > > > Bugzilla ID: 820 > > Fixes: 5205954791cb ("app/test: packet framework unit tests") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Vladimir Medvedkin > Acked-by: Cri

RE: [PATCH] app/test: fix buffer overflow in table unit tests

2022-04-26 Thread Dumitrescu, Cristian
> -Original Message- > From: Medvedkin, Vladimir > Sent: Thursday, April 21, 2022 6:35 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; sta...@dpdk.org > Subject: [PATCH] app/test: fix buffer overflow in table unit tests > > This patch fixes stack buffer o

[PATCH] app/test: fix buffer overflow in table unit tests

2022-04-21 Thread Vladimir Medvedkin
This patch fixes stack buffer overflow reported by ASAN. Bugzilla ID: 820 Fixes: 5205954791cb ("app/test: packet framework unit tests") Cc: cristian.dumitre...@intel.com Cc: sta...@dpdk.org Signed-off-by: Vladimir Medvedkin --- app/test/test_table_tables.c | 10 +- 1 file changed, 5 ins