Hello build bot (Jenkins), Paul Menzel, Werner Zeh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41280
to look at the new patch set (#2).
Change subject: security/tpm/tspi/crtm.c: Fix handling of white space delimited list ......................................................................
security/tpm/tspi/crtm.c: Fix handling of white space delimited list
The current implementation uses strcmp() without splitting the list and therefore returns false even when the string pointed to by 'name' is a part of 'whitelist'. The patch fixes this problem. Also, update help text of Kconfig to a list delimited by white space to align with other lists we use.
Change-Id: Ifd285162ea6e562a5bb18325a1b767ac2e4276f3 Signed-off-by: Harshit Sharma harshitsharmajs@gmail.com --- M src/security/tpm/Kconfig M src/security/tpm/tspi/crtm.c 2 files changed, 10 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/41280/2