Re: [PATCH v3 05/30] baseband/acc100: check turbo dec/enc input

2022-10-14 Thread Maxime Coquelin
On 10/12/22 04:53, Hernan Vargas wrote: Add NULL check for the turbo decoder and encoder input length. Fixes: 3bfc5f60403 ("baseband/acc100: add debug function to validate input") Do not wrap the fixes line, even if checkpatch emits a warning. Cc: sta...@dpdk.org Signed-off-by: Hernan Va

[PATCH v3 05/30] baseband/acc100: check turbo dec/enc input

2022-10-11 Thread Hernan Vargas
Add NULL check for the turbo decoder and encoder input length. Fixes: 3bfc5f60403 ("baseband/acc100: add debug function to validate input") Cc: sta...@dpdk.org Signed-off-by: Hernan Vargas Reviewed-by: Maxime Coquelin --- drivers/baseband/acc/rte_acc100_pmd.c | 23 ++- 1 f