CxxUtils: Fix potential race in ConcurrentRangeMap::trim().
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Stage: external | No artifacts found |
When finishing the trim() operation, the begin pointer must be updated before queuing the dummy impl object for discard. Otherwise, another thread could potentially see a pointer to a deleted object.
Trying to fix infrequent crashes in CondCont_test observed in nightlies and CI.
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Stage: external |
Download artifacts
No artifacts found |