Change #275004
| Category | curl |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Wed 15 Jul 2026 22:18:04 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 0dc22b690dd8dba4048d494f09a50122dd7c0dd4 |
Comments
ssls: fix potential memory leak on import Memory can be leaked when importing corrupted SSL session data that carry the same data fields repeatedly. Fixes #22323 Closes #22324
Changed files
- docs/tests/FILEFORMAT.md
- lib/vtls/vtls_scache.c
- lib/vtls/vtls_scache.h
- lib/vtls/vtls_spack.c
- tests/data/Makefile.am
- tests/data/test1678
- tests/libtest/Makefile.inc
- tests/libtest/lib1678.c
- tests/runtests.pl