Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security/tpm/tspi/log-tpm1.c: Clear whole log area on creation
The log area was not entirely cleared on creation resulting in garbage after the last valid lgo entry. It caused the cbmem utility to parse invalid events and access data outside the log area. In the TPM2 log sources, the entire area is being cleared, thus the issue has not been observed. Change-Id: I7c780b62b1c6507e1dd1806b20b0270e364cde3d Signed-off-by: Michał Żygowski <[email protected]>
- Loading branch information