tpm: Make sure the locality received from backend is valid
Make sure that the locality passed from the backend to tpm_tis_request_completed() is valid. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
e92b63ea61
commit
a639f96111
@ -295,6 +295,8 @@ static void tpm_tis_request_completed(TPMIf *ti, int ret)
|
|||||||
uint8_t locty = s->cmd.locty;
|
uint8_t locty = s->cmd.locty;
|
||||||
uint8_t l;
|
uint8_t l;
|
||||||
|
|
||||||
|
assert(TPM_TIS_IS_VALID_LOCTY(locty));
|
||||||
|
|
||||||
if (s->cmd.selftest_done) {
|
if (s->cmd.selftest_done) {
|
||||||
for (l = 0; l < TPM_TIS_NUM_LOCALITIES; l++) {
|
for (l = 0; l < TPM_TIS_NUM_LOCALITIES; l++) {
|
||||||
s->loc[l].sts |= TPM_TIS_STS_SELFTEST_DONE;
|
s->loc[l].sts |= TPM_TIS_STS_SELFTEST_DONE;
|
||||||
|
Loading…
Reference in New Issue
Block a user