]> xenbits.xensource.com Git - seabios.git/commit
tcgbios: Fix the vendorInfoSize to be of type u8
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Mon, 30 Mar 2020 11:55:56 +0000 (07:55 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 19 Apr 2020 15:35:34 +0000 (11:35 -0400)
commitadaf988b227533cf1cbbac84de17d8f07be81833
tree09ef213d4e813619a229a0f1dfb4789efe0f061a
parent80fce2c2eba832145ff85d412345c52e68481198
tcgbios: Fix the vendorInfoSize to be of type u8

The vendorInfoSize is a u8 rather than a u32.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
src/tcgbios.c