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

crypto: avoid double free #40380

Closed
wants to merge 4 commits into from
Closed

crypto: avoid double free #40380

wants to merge 4 commits into from

Commits on Oct 8, 2021

  1. crypto: avoid double free

    Coverity scan reported a free after use and I think its
    right. Tweak to avoid double free.
    
    Signed-off-by: Michael Dawson <[email protected]>
    mhdawson committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    076d526 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Update src/crypto/crypto_util.h

    Co-authored-by: Luigi Pinca <[email protected]>
    mhdawson and lpinca committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0d4301e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Update src/crypto/crypto_util.h

    Co-authored-by: Darshan Sen <[email protected]>
    mhdawson and RaisinTen committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    8bad858 View commit details
    Browse the repository at this point in the history
  2. Update src/crypto/crypto_util.h

    Co-authored-by: Darshan Sen <[email protected]>
    mhdawson and RaisinTen committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    a04c343 View commit details
    Browse the repository at this point in the history