[dpdk-dev] [PATCH] compress/isal: check allocation in qp setup
Daly, Lee
lee.daly at intel.com
Thu Nov 19 11:50:24 CET 2020
> From: wangyunjian <wangyunjian at huawei.com>
> Sent: Monday, November 2, 2020 11:36 AM
> To: dev at dpdk.org
> Cc: Daly, Lee <lee.daly at intel.com>; jerry.lilijun at huawei.com;
> xudingke at huawei.com; Yunjian Wang <wangyunjian at huawei.com>;
> stable at dpdk.org
> Subject: [dpdk-dev] [PATCH] compress/isal: check allocation in qp setup
>
> From: Yunjian Wang <wangyunjian at huawei.com>
>
> The function rte_zmalloc() could return NULL, the return value need to be
> checked.
>
> Fixes: dc49e6aa4879 ("compress/isal: add ISA-L compression functionality")
> Fixes: 7bf4f0630af6 ("compress/isal: add ISA-L decomp functionality")
> Cc: stable at dpdk.org
>
> Signed-off-by: Yunjian Wang <wangyunjian at huawei.com>
> ---
> drivers/compress/isal/isal_compress_pmd_ops.c | 20 ++++++++++++++++-
> --
Thanks for patch.
Acked-by: Lee Daly <lee.daly at intel.com>
More information about the dev
mailing list