9.4.2.6. Logging¶
9.4.2.6.1. [Major] Race condition and memory corruption in logger¶
The following issues have been fixed in the logger:
Processing log-messages in a log handler was not thread-safe.
Memory corruption may have occurred.
Conversion of INT_MIN was incorrect.
Note
The OSAPI_Log_clear
API must not be called outside a log-handler
since it is no longer thread-safe.
[RTI Issue ID MICRO-5854]