cJSON icon indicating copy to clipboard operation
cJSON copied to clipboard

Solved the data race problem on the global_error variable

Open przemyslawzygmunt opened this issue 1 year ago • 0 comments

When this library is used in a multithreaded application, a data race takes place on the global_error variable. cJSON_GetErrorPtr() ceases to be diagnostically applicable.

przemyslawzygmunt avatar Oct 03 '22 11:10 przemyslawzygmunt