[MXS-4427] TLS reloading leaks memory Created: 2022-12-05 Updated: 2022-12-07 Resolved: 2022-12-07 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 22.08.2 |
| Fix Version/s: | 22.08.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
ASAN reports a leak in the maxctrl_basic test. The maxctrl reload tls command is what is causing it and the culprit is the algorithm auto-detection code that forgets to free a EVP_PKEY. |