On Fri, Nov 8, 2024 at 12:15 PM 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. > > This patchset replaces strtok with strtok_r in app, example, lib > and drivers. And adds check for use of strtok in checkpatches.sh. > > -- > v5: > 1. remove CC stable for some patch. > 2. replace strtok for all files.
In case you did not notice, including rte_os_shim.h in examples breaks compilation. Too late for taking in rc2, I may consider in rc3 if the series is fixed by then. Thanks. -- David Marchand