[PATCH 10/21] lib/eal: replace strtok with strtok_r
Stephen Hemminger
stephen at networkplumber.org
Mon Nov 13 17:27:15 CET 2023
On Mon, 13 Nov 2023 18:45:39 +0800
Jie Hai <haijie1 at 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.
This code is only called in startup and can not be called by
multiple threads.
More information about the dev
mailing list