]> git.ipfire.org Git - thirdparty/qemu.git/commit
tpm-passthrough: don't save guessed cancel_path in options
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 6 Nov 2017 18:39:06 +0000 (19:39 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 21 Jun 2018 01:45:08 +0000 (20:45 -0500)
commita36591fa622a92134d11b3d05746c3c55f638966
tree3d7b495001d0fa484dd246fab319c667344fb75c
parent0f04a8bba607b8deac44cae6dc387671c34a6cb3
tpm-passthrough: don't save guessed cancel_path in options

The value is later unneeded, and may leak if the free visitor doesn't
consider it since has_cancel_path is false. And for consistency with
"path" it shouldn't be returned in get_tpm_options().

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
(cherry picked from commit 69c07db04625cb243db6e8a0ac0a8e3973dd961a)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/tpm/tpm_passthrough.c