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 double free bug #8

Closed
wants to merge 6 commits into from
Closed

Fix double free bug #8

wants to merge 6 commits into from

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    fa09244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40c1dde View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    d416de4 View commit details
    Browse the repository at this point in the history
  2. Exclude unit tests from fuzzing builds

    Needed to exclude unrelated GTest source files and headers from the coverage report
    kyakdan committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1df8899 View commit details
    Browse the repository at this point in the history
  3. Fix double-free bug

    Set the current_nonce pointer to NULL after calling free().
    kyakdan committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    36d9597 View commit details
    Browse the repository at this point in the history
  4. set timeout

    kyakdan committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0dd10e3 View commit details
    Browse the repository at this point in the history