You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes thread safety issue in tx_byte_allocate by correcting
clobber list and adding missing compiler fence. This addresses potential
race conditions when aggressive compiler optimization is enabled.
Patched by Pat Kusbel.
See eclipse-threadx#334
0 commit comments