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 compiler warning in aes.c. #499

Merged
1 commit merged into from
Nov 13, 2018
Merged

Conversation

nmathewson
Copy link
Contributor

Apparently some freebsd compilers can't tell that 'c' will never
be used uninitialized.

Fixes bug 28413; bugfix on 0.2.9.3-alpha when we added support for
longer AES keys to this function.

Apparently some freebsd compilers can't tell that 'c' will never
be used uninitialized.

Fixes bug 28413; bugfix on 0.2.9.3-alpha when we added support for
longer AES keys to this function.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2917

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.0009%) to 49.967%

Totals Coverage Status
Change from base Build 2912: -0.0009%
Covered Lines: 29403
Relevant Lines: 58845

💛 - Coveralls

@ghost ghost merged commit 1a11702 into torproject:maint-0.2.9 Nov 13, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants