tpm: fix checks for policy digest existence in tpm2_seal_trusted()
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Wed, 6 Jan 2016 14:43:30 +0000 (16:43 +0200)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Wed, 10 Feb 2016 02:10:55 +0000 (04:10 +0200)
commitf3c82ade7c59303167d56b0be3e0707751fc45e2
tree2e6cf81c35cc600e38fd643a0aa51f7f8a60fa6e
parente5be990c2fc3c2682ab7cfbc4f0e6c8cdad2b40d
tpm: fix checks for policy digest existence in tpm2_seal_trusted()

In my original patch sealing with policy was done with dynamically
allocated buffer that I changed later into an array so the checks in
tpm2-cmd.c became invalid. This patch fixes the issue.

Fixes: 5beb0c435bdd ("keys, trusted: seal with a TPM2 authorization policy")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Acked-by: Peter Huewe <peterhuewe@gmx.de>
drivers/char/tpm/tpm2-cmd.c
include/keys/trusted-type.h
security/keys/trusted.c