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

lib/pcr.c Fix compile error may be used uninitialized. #3350

Merged

Conversation

JuergenReppSIT
Copy link
Member

gcc version 10.2.1 on raspian 10.2.1 did produce the compile error "may be used uninitialized". The error was not possible. To enable compilation the affected variable is initialized.

@JuergenReppSIT JuergenReppSIT changed the title lib/pcr.c Fix comopile error may be used uninitialized. lib/pcr.c Fix compile error may be used uninitialized. Feb 7, 2024
gcc version 10.2.1 on raspian 10.2.1 did produce the compile error
"may be used uninitialized". The error was not possible. To enable
compilation the affected variable is initialized.

Signed-off-by: Juergen Repp <[email protected]>
@JuergenReppSIT JuergenReppSIT force-pushed the lib_pcr_fix_compile_error branch from fb379f0 to 2a4b677 Compare February 7, 2024 19:36
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8240b9c) 74.30% compared to head (2a4b677) 74.30%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3350   +/-   ##
=======================================
  Coverage   74.30%   74.30%           
=======================================
  Files         173      173           
  Lines       23755    23756    +1     
=======================================
+ Hits        17652    17653    +1     
  Misses       6103     6103           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JuergenReppSIT JuergenReppSIT merged commit cd6d6a9 into tpm2-software:master Feb 14, 2024
19 checks passed
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