Skip to content

Resolve "ThreadSanitizer: data race xfrin.c:1555:2 in xfrin_send_request"

Arаm Sаrgsyаn requested to merge 4493-data-race-in-xfrin_send_request into main

The atomic_init() function makes sense to use with structure's members when creating a new instance of a strucutre. In other places, use atomic store operations instead, in order to avoid data races.

Closes #4493 (closed)

Merge request reports