Change #265366
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Fri 24 Apr 2026 17:01:01 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | d19a0394723440eea452d519566667d0e52bd5d0 |
Comments
mbedtls: cleanup more without care for 'initialized' Several mbedTLS resources (entropy/CTR-DRBG, CA/client certs, keys, CRL) are initialized and may allocate memory before initialized is set, and must still be cleaned up. Follow-up to 1c4813c769ea65c128c067004 Caught by Codex Security Closes #21440
Changed files
- lib/vtls/mbedtls.c