diff options
author | 2024-01-17 14:58:38 -0800 | |
---|---|---|
committer | 2024-01-18 13:23:06 -0800 | |
commit | 7e6a9012c0228bb9dc498b7d9d04cca819dca786 (patch) | |
tree | 44aa7ec58b1b29d55382a350247446918b8554fb /android/singleton_module_test.go | |
parent | b82821340221ab665b3643af464e927c726bb6ee (diff) |
Fix data race in propagateRROEnforcementMutator
propagateRROEnforcementMutator walks dependencies of each module and
modifies them via SetRROEnforcedForDependent. That is unsafe in a
parallel mutator, as the same dependency could be being visited by
two parent modules at the same time. Don't mark it as a parallel
mutator.
Test: go test -race ./...
Change-Id: I9870aaa7d165bf72b751e3ceff5a2a3eb4d74ec4
Diffstat (limited to 'android/singleton_module_test.go')
0 files changed, 0 insertions, 0 deletions