Skip to content
New issue

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

fix(esp_tls): memory leak in global CA store (GIT8266O-613) #1036

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SiarheiVolkau
Copy link

The call to mbedtls_x509_crt_free isn't sufficient to cleanup global_cacert properly as it's allocated via calloc.

@CLAassistant
Copy link

CLAassistant commented Jan 24, 2021

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot changed the title fix(esp_tls): memory leak in global CA store fix(esp_tls): memory leak in global CA store (GIT8266O-613) Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants