Skip to content

CxxUtils: ConcurrentRangeMap potential data race.

Scott Snyder requested to merge ssnyder/athena:fence.CxxUtils-20190203 into master

In ConcurrentRangeMap::emplace(), should have a fence before the end pointer is updated.

Merge request reports