Re: [dpdk-dev] [PATCH] table: fix out of bounds write

2021-04-19 Thread Thomas Monjalon
07/04/2021 12:59, Cristian Dumitrescu: > Fix out of bounds write. The allocated string size was incorrect. > > Coverity issue: 369670 > Fixes: 66440b7b22f2 ("table: add wildcard match table type") > > Signed-off-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH] table: fix out of bounds write

2021-04-07 Thread Cristian Dumitrescu
Fix out of bounds write. The allocated string size was incorrect. Coverity issue: 369670 Fixes: 66440b7b22f2 ("table: add wildcard match table type") Signed-off-by: Cristian Dumitrescu --- lib/librte_table/rte_swx_table_wm.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff -