Learn more about cloning repositories
You have read-only access
[stdlib] Fix a data race in Array initialization code It is safe to only reset the counter when the count is non-zero. We always initialize the count to zero. This race has been reported by TSan.