Files
vault/changelog/21640.txt
Steven Clark e83b9e2bde Fix data race between updating a route entry's tainted status and incoming requests - OSS (#21640)
* Fix data race within route entry tainting with requests - OSS

 - There is a data race between a mount being mounted with incoming
   requests and checking the mount's tainted status.

* Add cl
2023-07-07 09:14:33 -04:00

4 lines
113 B
Plaintext

```release-note:bug
core: fix race when updating a mount's route entry tainted status and incoming requests
```