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

Alternative approach to fix memory leak when on Windows #1181

Merged

Conversation

koeppea
Copy link
Member

@koeppea koeppea commented Apr 27, 2022

This PR is an alternative approach to the aborted PR #1176 .
As discussed, I've turned around the pre-processor condition so that the session handling code parts are only compiled when on Linux or MacOS as these are the platforms with the best interception / redirect support.
When compiled on Windows, this section is not included anymore.

I've test this in a lab and intercepted a IMAPS connection via IPv4 and via IPv6. Both were working as expected.

@LocutusOfBorg LocutusOfBorg merged commit 4880225 into Ettercap:master Nov 30, 2022
@LocutusOfBorg
Copy link
Contributor

I have some doubts about this PR, but lets discuss on #1205

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