summaryrefslogtreecommitdiff
path: root/.dcignore
diff options
context:
space:
mode:
authorMichael Kaufmann <mail@michael-kaufmann.ch>2021-09-22 12:04:25 +0200
committerMichael Kaufmann <mail@michael-kaufmann.ch>2021-09-24 13:23:42 +0200
commit60738f398cdd66312bce6ce92a87f19e71feacf4 (patch)
tree998eba54603342b4d194d44a4709a6bbee9d973e /.dcignore
parentf4a3ae8ea8dd913ea8c9b5cced5a13c051318816 (diff)
downloadcurl-60738f398cdd66312bce6ce92a87f19e71feacf4.tar.gz
vtls: Fix a memory leak if an SSL session cannot be added to the cache
On connection shutdown, a new TLS session ticket may arrive after the SSL session cache has already been destructed. In this case, the new SSL session cannot be added to the SSL session cache. The callers of Curl_ssl_addsessionid() need to know whether the SSL session has been added to the cache. If it has not been added, the reference counter of the SSL session must not be incremented, or memory used by the SSL session must be freed. This is now possible with the new output parameter "added" of Curl_ssl_addsessionid(). Fixes #7683 Closes #7752
Diffstat (limited to '.dcignore')
0 files changed, 0 insertions, 0 deletions