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 Issue OSS-Fuzz: Branch on uninitialized memory (in ccm code). #9692

Closed
wants to merge 1 commit into from

Commits on Aug 25, 2019

  1. Fix Issue OSS-Fuzz: Branch on uninitialized memory (in ccm code).

    This would also happen for aes-ccm. There was one branch path where it just returned 1
    without setting *padlen, It now branches so that the value is set to 0.
    
    Fixes openssl#9691
    slontis committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    a94e860 View commit details
    Browse the repository at this point in the history