Files
vault/changelog/25191.txt
Nick Cabatoff 3bc8379a96 Router: fix missing lock on routeEntry when accessing backend field (#25191)
Re-implement MatchingSystemView in terms of MatchingBackend, which fixes a missing lock on routeEntry.  Remove unused MatchingMountByAPIPath and an unused ctx argument from some funcs.
2024-02-09 10:13:32 -05:00

4 lines
72 B
Plaintext

```release-note:bug
router: Fix missing lock in MatchingSystemView.
```