1
0
Fork 0

[PATCH] tpm: fix missing string

A string corresponding to the tcpa_pc_event_id POST_CONTENTS was missing
causing an overflow bug when access was attempted in the get_event_name
function.

This bug was found by Coverity.

Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
hifive-unleashed-5.1
Kylene Jo Hall 2006-04-22 02:36:46 -07:00 committed by Linus Torvalds
parent 59e89f3a09
commit 7c69a47f1b
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ static const char* tcpa_pc_event_id_strings[] = {
"S-CRTM Version",
"S-CRTM Contents",
"S-CRTM POST Contents",
"POST Contents",
};
/* returns pointer to start of pos. entry of tcg log */