-
Notifications
You must be signed in to change notification settings - Fork 494
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
Memory leak in ettercap, ec_globals_alloc, src/ec_globals.c #1201
Comments
LocutusOfBorg
added a commit
to LocutusOfBorg/ettercap
that referenced
this issue
Nov 25, 2022
…ected by CFLAGS="-g -fsanitize=address" Fixes: Ettercap#1201
@5hadowblad3 hello, can you please test #1205? |
LocutusOfBorg
added a commit
to LocutusOfBorg/ettercap
that referenced
this issue
Nov 26, 2022
…ected by CFLAGS="-g -fsanitize=address" Fixes: Ettercap#1201
LocutusOfBorg
added a commit
to LocutusOfBorg/ettercap
that referenced
this issue
Nov 29, 2022
…ected by CFLAGS="-g -fsanitize=address" Fixes: Ettercap#1201
LocutusOfBorg
added a commit
to LocutusOfBorg/ettercap
that referenced
this issue
Nov 29, 2022
…ected by CFLAGS="-g -fsanitize=address" Fixes: Ettercap#1201
LocutusOfBorg
added a commit
to LocutusOfBorg/ettercap
that referenced
this issue
Nov 29, 2022
…ected by CFLAGS="-g -fsanitize=address" Fixes: Ettercap#1201
Merged
LocutusOfBorg
added a commit
to LocutusOfBorg/ettercap
that referenced
this issue
Jan 26, 2023
…ected by CFLAGS="-g -fsanitize=address" Fixes: Ettercap#1201
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, there.
There is a memory leak in ettercap in the newest main branch (8e1d6d8).
To reproduce, compile with
then run:
Here is the trace reported by ASAN:
The text was updated successfully, but these errors were encountered: