RE: [EXTERNAL] [PATCH v2] common/qat: fix incorrect size in the parser

2025-03-17 Thread Akhil Goyal
> The function `strlen` returns the size of the string without a terminating > null-character, therefore a request to allocate memory space for a parsed > argument is too small by 1. > > Fixes: 99ab2806687b ("common/qat: isolate parser arguments configuration") > Cc: sta...@dpdk.org > > Signed-of

[PATCH v2] common/qat: fix incorrect size in the parser

2025-03-11 Thread Arkadiusz Kusztal
The function `strlen` returns the size of the string without a terminating null-character, therefore a request to allocate memory space for a parsed argument is too small by 1. Fixes: 99ab2806687b ("common/qat: isolate parser arguments configuration") Cc: sta...@dpdk.org Signed-off-by: Arkadiusz