There's a minor data race in UpdateAuthorization where the authorization can be changed in the goroutine concurrently with returning it. This fixes it by copying the authorization as an argument to the goroutine. Fixes #3506. |
||
|---|---|---|
| .. | ||
| proto | ||
| mock_test.go | ||
| ra.go | ||
| ra_test.go | ||