tpm2-tcti-uefi icon indicating copy to clipboard operation
tpm2-tcti-uefi copied to clipboard

Wrong operator used in get_eventlog_format_high?

Open Vogtinator opened this issue 4 years ago • 0 comments

Just had a look at the code and noticed that this should probably be the binary & instead of the boolean &&:

https://github.com/tpm2-software/tpm2-tcti-uefi/blob/0241b08f069f0fdb3612f5c1b938144dbe9be811/example/util.c#L172-L175

Vogtinator avatar Jun 05 '20 08:06 Vogtinator