4341adf272
When printing out stats from the exception_path app, all possible
lcore_ids are iterated. However, the app only supports up to 64 cores.
To prevent possible errors, and to remove coverity warnings,
explicitly check for out-of-range lcore ids before printing.
Coverity issue: 268335
Fixes:
|
||
---|---|---|
.. | ||
main.c | ||
Makefile | ||
meson.build |