commit | fdfae3727ce2d862c5b7d98106c987202d190712 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 13 19:39:29 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 15 18:42:05 2021 -0400 |
tree | 79cb881bd750eeccae6f9458c7c61734bfe0a8ae | |
parent | 4d159b6f84abeaacb346cfd14a3b0c6fb86f43f9 [diff] |
tpm: Check outgoing command size In tpm_sendrecv_command() the command buffer is passed in. If a mistake is somehow made in setting this up, the size could be out of range. Add a sanity check for this. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Coverity (CID: 331152)