048960272e
The list_commands() function accessed the callbacks list,
but did not take the lock. This may have caused inconsistencies if
callbacks were being registered at the same time.
This is now fixed to lock before iterating the list,
and unlock afterwards.
Fixes:
|
||
---|---|---|
.. | ||
meson.build | ||
rte_telemetry.h | ||
telemetry_data.c | ||
telemetry_data.h | ||
telemetry_internal.h | ||
telemetry_json.h | ||
telemetry_legacy.c | ||
telemetry.c | ||
version.map |