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

Fix two memory leaks on CALLOC/FREE of ec_globals_alloc function, det… #1205

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jan 26, 2023

  1. Fix two memory leaks on CALLOC/FREE of ec_globals_alloc function, det…

    …ected by CFLAGS="-g -fsanitize=address"
    
    Fixes: Ettercap#1201
    LocutusOfBorg committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    dffb0a3 View commit details
    Browse the repository at this point in the history
  2. Fix two more mem leaks

    LocutusOfBorg committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    5665d9a View commit details
    Browse the repository at this point in the history
  3. fix double-free for libpcap interfaces

    Alexander Koeppe authored and LocutusOfBorg committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    1fe1c3b View commit details
    Browse the repository at this point in the history
  4. fix odr-violations

    Alexander Koeppe authored and LocutusOfBorg committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    e50318a View commit details
    Browse the repository at this point in the history
  5. fix memory leak in ec_linux.c

    Alexander Koeppe authored and LocutusOfBorg committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    e7916af View commit details
    Browse the repository at this point in the history
  6. Fix memory leaks in ec_network.c

    Alexander Koeppe authored and LocutusOfBorg committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    43d047b View commit details
    Browse the repository at this point in the history
  7. fix some more memory leaks in ec_globals.c

    Alexander Koeppe authored and LocutusOfBorg committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    106c0d1 View commit details
    Browse the repository at this point in the history