On Sat, 26 Oct 2024 18:14:47 +0800
Jie Hai <haij...@huawei.com> 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 termination, denial
> of service, and compromised data integrity.
> 
> The strtok() is non-reentrant, it is better to replace it with a
> reentrant version.
> 
> Fixes: 8a3d58c189fd ("event/cnxk: add option to control timer adapters")
> Fixes: 8bdbae66b299 ("event/cnxk: add external clock support for timer")
> Cc: sta...@dpdk.org
> 
> Signed-off-by: Jie Hai <haij...@huawei.com>
> Acked-by: Chengwen Feng <fengcheng...@huawei.com>
> Acked-by: Morten Brørup <m...@smartsharesystems.com>

Another set of parse routines only called during startup.
Patch is unnecessary for stable.

Reply via email to