[CONC-422] memory leak in gnutls Created: 2019-06-24 Updated: 2021-02-03 Resolved: 2021-02-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.1.2 |
| Fix Version/s: | 3.1.9 |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If TLS handshake between client and server fails, the credential context will not be freed. |
| Comments |
| Comment by Georg Richter [ 2021-02-03 ] |
|
this was already fixed: commit ce74fd0c4009ed9f4bcbdb4a01e96c823e961dc3 (origin/3.1-serg) properly free gnutls ssl data if connection fails |