-
Notifications
You must be signed in to change notification settings - Fork 492
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 two memory leaks on CALLOC/FREE of ec_globals_alloc function, det… #1205
base: master
Are you sure you want to change the base?
Conversation
b949703
to
827c465
Compare
Wow this PR is impressive. |
0cfa3eb
to
3f9fcec
Compare
rebased, I think we are good now? |
Fine by me. |
What were your doubts on #1183? |
I'm not sure we are currently freeing resources, e.g. but the SAFE FREE is done only if #defined non linux |
same for sslwrap.c |
@LocutusOfBorg I've commited some more fixes in regard to memory leaks. From my point of view for this pull-request, I'm done. So feel free to proceed with your changes or merge. |
…ected by CFLAGS="-g -fsanitize=address" Fixes: Ettercap#1201
f3acc77
to
106c0d1
Compare
Is something pending for this PR on your side @LocutusOfBorg ? |
yes sorry! |
Still pending? |
…ected by CFLAGS="-g -fsanitize=address"
Fixes: #1201