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

SSL Leak #16

Open
alexis-gruet opened this issue Jul 12, 2016 · 1 comment
Open

SSL Leak #16

alexis-gruet opened this issue Jul 12, 2016 · 1 comment

Comments

@alexis-gruet
Copy link

Possible leak found... actually axis2_ssl_utils_cleanup_ssl() is never called.

==67752== 17,736 bytes in 1 blocks are possibly lost in loss record 125 of 126
==67752==    at 0x4C2AB80: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==67752==    by 0x66A7DB2: CRYPTO_malloc (in /lib/x86_64-linux-gnu/libcrypto.so.1.0.0)
==67752==    by 0x640CA62: ??? (in /lib/x86_64-linux-gnu/libssl.so.1.0.0)
==67752==    by 0x640CBC8: ??? (in /lib/x86_64-linux-gnu/libssl.so.1.0.0)
==67752==    by 0x640E930: ??? (in /lib/x86_64-linux-gnu/libssl.so.1.0.0)
==67752==    by 0xE8BD3BC: ???
==67752==    by 0xE8BCACE: ???
==67752==    by 0xE8BA8D1: ???
==67752==    by 0xE8B4145: ???
==67752==    by 0xE8B1D3D: ???
==67752==    by 0xE8B0A79: ???
==67752==    by 0xCC41B88: ???
==67752== 
==67752== 36,891 (808 direct, 36,083 indirect) bytes in 1 blocks are definitely lost in loss record 126 of 126
==67752==    at 0x4C2AB80: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==67752==    by 0x66A7DB2: CRYPTO_malloc (in /lib/x86_64-linux-gnu/libcrypto.so.1.0.0)
==67752==    by 0x6422A4F: SSL_new (in /lib/x86_64-linux-gnu/libssl.so.1.0.0)
==67752==    by 0xE8BD2E6: ???
==67752==    by 0xE8BCACE: ???
==67752==    by 0xE8BA8D1: ???
==67752==    by 0xE8B4145: ???
==67752==    by 0xE8B1D3D: ???
==67752==    by 0xE8B0A79: ???
==67752==    by 0xCC41B88: ???
==67752==    by 0xCC83340: ???
==67752==    by 0xCC81F00: ???
@loentar
Copy link
Owner

loentar commented Jul 12, 2016

Thanks for report.

If you create pull request or provide a patch I will apply it.

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

No branches or pull requests

2 participants