We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib\vtls\vtls.c line:913 function: Curl_pin_peer_pubkey
Whether does it need to free sha256sumdigest before return operation.
[curl -V output]
The text was updated successfully, but these errors were encountered:
vtls: avoid memory leak if sha256 call fails
7b787c5
... in the pinned public key handling function. Reported-by: lizhuang0630 on github Fixes #11306
a4a5e43
650924d
... in the pinned public key handling function. Reported-by: lizhuang0630 on github Fixes curl#11306 Closes curl#11307
11243df
bagder
Successfully merging a pull request may close this issue.
I did this
lib\vtls\vtls.c line:913 function: Curl_pin_peer_pubkey

I expected the following
Whether does it need to free sha256sumdigest before return operation.
curl/libcurl version
[curl -V output]
operating system
The text was updated successfully, but these errors were encountered: