Re: [dpdk-stable] [PATCH] app/regex: avoid division by zero

2022-06-26 Thread Thomas Monjalon
24/05/2021 14:09, Min Hu (Connor): > Hi, Thierry, > This bug has been fixed in my earlier patch, please refer to: > https://patches.dpdk.org/project/dpdk/patch/1618839289-33224-5-git-send-email-humi...@huawei.com/ Your patch is doing + if (!nb_jobs) { + job_len = data_len

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/regex: avoid division by zero

2021-05-24 Thread Min Hu (Connor)
Hi, Thierry, This bug has been fixed in my earlier patch, please refer to: https://patches.dpdk.org/project/dpdk/patch/1618839289-33224-5-git-send-email-humi...@huawei.com/ Thanks. 在 2021/5/24 16:57, Thierry Herbelot 写道: Check that nb_jobs is not zero before using it for a divi