Skip to content

Fix race in AttibuteData.

Scott Snyder requested to merge ssnyder/coral:race-20211014 into master

Attribute data is reference-counted, but in a non-thread-safe manner. Make the refcount and its operations atomic. May be related to one of the crashes in ATLASRECTS-6586.

Merge request reports