[CONCPP-122] Crashes in pool because of incorrect syncronization Created: 2024-01-22 Updated: 2024-01-22 Resolved: 2024-01-22 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
It's possible, that while traversing idle connection list, other thread may make changes to the list that invalidate iterators in this way, and that will crash the driver. |