[MXS-4654] Data race in listener alteration Created: 2023-06-22 Updated: 2023-06-30 Resolved: 2023-06-30 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 23.02.2 |
| Fix Version/s: | 23.08.0 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There is a data race in the reading and writing of the shared mxs::ListenerData. This can only occur if a listener is being modified while a new session is being opened. In practice this is very unlikely to occur. |