Skip to content

Commit

Permalink
sbin/tpm2-evt-log-parser.awk: Fix reference to uninitialized element
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 committed May 24, 2024
1 parent 2cda978 commit 9bdb517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sbin/tpm2-evt-log-parser.awk
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ BEGIN {
ord_init()
SHA1_17 = ""
SHA1_18 = ""
SHA1_255 = ""
SHA256_17 = ""
SHA256_18 = ""
SHA256_255 = ""
}
{
# Header sanity checks
Expand Down

0 comments on commit 9bdb517

Please sign in to comment.