Re: [PATCH 10/21] lib/eal: replace strtok with strtok_r

2023-11-13 Thread Stephen Hemminger
On Tue, 14 Nov 2023 09:05:10 +0800 fengchengwen wrote: > Hi Stephen, > > On 2023/11/14 0:27, Stephen Hemminger wrote: > > On Mon, 13 Nov 2023 18:45:39 +0800 > > Jie Hai wrote: > > > >> Multiple threads calling the same function may cause condition > >> race issues, which often leads to abnor

Re: [PATCH 10/21] lib/eal: replace strtok with strtok_r

2023-11-13 Thread fengchengwen
Hi Stephen, On 2023/11/14 0:27, Stephen Hemminger wrote: > On Mon, 13 Nov 2023 18:45:39 +0800 > Jie Hai wrote: > >> Multiple threads calling the same function may cause condition >> race issues, which often leads to abnormal behavior and can cause >> more serious vulnerabilities such as abnormal