swtpm/src/swtpm_bios
Stefan Berger a56a22540e swtpm_bios: only copy the size of the source string + 1 byte
Determine the size of the unix_path parameter and then only copy
those number of bytes + terminating null into the destination.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2017-12-07 19:53:41 -05:00
..
Makefile.am build: Add tpm_bios.h to noinst_HEADERS 2016-01-25 16:26:00 -05:00
README add new README files for the tools and modify main README file 2014-12-05 15:11:15 -05:00
tpm_bios.c swtpm_bios: only copy the size of the source string + 1 byte 2017-12-07 19:53:41 -05:00
tpm_bios.h swtpm_bios: Exit with error if TPM needs to be reset for activation 2016-02-18 09:55:23 -05:00

swtpm_bios is a tool that sends those commands to a TPM that typically
the firmware (BIOS) is supposed to send to it.

For further information, check the manpage 'man swtpm_bios'.