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
I added the stunnel tool to our CI builds via ac56683.
The following memory leak occurs:
** MEMORY FAILURE Leak detected: memory still allocated: 28 bytes At 5652c038ae68, there's 28 bytes. allocated by vtls/vtls.c:119 LIMIT vtls/vtls.c:125 strdup reached memlimit
I expected all existing tests to pass at least on Debian/Ubuntu based builds.
master branch
Ubuntu:
cc @bagder
The text was updated successfully, but these errors were encountered:
vtls: free ssl_config leftovers on out-of-memory
b7595a4
Torture testing 2034 and 2037 found this. Reported-by: Marc Hörsken Fixes #5108
I don't think this is a regression, as in this memory leak seems to have landed here a very long time ago...
Sorry, something went wrong.
2eba5e4
bagder
Successfully merging a pull request may close this issue.
I did this
I added the stunnel tool to our CI builds via ac56683.
The following memory leak occurs:
I expected the following
I expected all existing tests to pass at least on Debian/Ubuntu based builds.
curl/libcurl version
master branch
operating system
Ubuntu:
cc @bagder
The text was updated successfully, but these errors were encountered: