mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:37:16 +03:00
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
This commit is contained in:
parent
94fab2d210
commit
0dc22b690d
9 changed files with 201 additions and 9 deletions
|
|
@ -534,6 +534,7 @@ Features testable here are:
|
|||
- `SPNEGO`
|
||||
- `SSL`
|
||||
- `SSLpinning`
|
||||
- `SSLS-EXPORT`
|
||||
- `SSPI`
|
||||
- `threaded-resolver`
|
||||
- `TLS-SRP`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue