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 a bogus warning about an uninitialised var #6329

Conversation

mattcaswell
Copy link
Member

The variable in question can never be used uninitialised, but we silence
the compiler anyway.

Fixes #6301

The variable in question can never be used uninitialised, but we silence
the compiler anyway.

Fixes openssl#6301
@mattcaswell mattcaswell added the branch: 1.0.2 Merge to OpenSSL_1_0_2-stable branch label May 22, 2018
@richsalz richsalz added the approval: done This pull request has the required number of approvals label May 22, 2018
@mattcaswell
Copy link
Member Author

Pushed. Thanks.

levitte pushed a commit that referenced this pull request May 23, 2018
The variable in question can never be used uninitialised, but we silence
the compiler anyway.

Fixes #6301

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #6329)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals branch: 1.0.2 Merge to OpenSSL_1_0_2-stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants