commit | ebfd7532e985818a327906e011f3e43c8ddfdd74 | [log] [tgz] |
---|---|---|
author | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Mon Sep 12 13:43:30 2016 +0300 |
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Thu Sep 15 16:04:21 2016 +0300 |
tree | 33c2acaeeba0454ace929e77fd7ab228e7870edc | |
parent | 0014777f989b54193bec95a0a153fa4a139183c7 [diff] |
tpm: add check for minimum buffer size in tpm_transmit() tpm_transmit() does not check that bufsiz is at least TPM_HEADER_SIZE before accessing data. This commit adds this check and returns -EINVAL if it fails. Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>