Re: [dpdk-dev] [PATCH] baseband/turbo_sw: fix dereference of null

2021-05-05 Thread Akhil Goyal
> > > > -Original Message- > > From: Min Hu (Connor) > > Sent: Thursday, April 22, 2021 2:25 AM > > > > Return value of a function 'rte_malloc' is dereferenced without checking, > > and may result in segmetation fault. > > > > This patch fixed it. > > > > Fixes: 31a7853d1ed9 ("baseband/t

Re: [dpdk-dev] [PATCH] baseband/turbo_sw: fix dereference of null

2021-04-22 Thread Chautru, Nicolas
> -Original Message- > From: Min Hu (Connor) > Sent: Thursday, April 22, 2021 2:25 AM > > Return value of a function 'rte_malloc' is dereferenced without checking, > and may result in segmetation fault. > > This patch fixed it. > > Fixes: 31a7853d1ed9 ("baseband/turbo_sw: support lar

[dpdk-dev] [PATCH] baseband/turbo_sw: fix dereference of null

2021-04-22 Thread Min Hu (Connor)
Return value of a function 'rte_malloc' is dereferenced without checking, and may result in segmetation fault. This patch fixed it. Fixes: 31a7853d1ed9 ("baseband/turbo_sw: support large size code block") Cc: sta...@dpdk.org Signed-off-by: Min Hu (Connor) --- app/test-bbdev/test_bbdev_perf.c |