mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-02 14:50:49 +00:00
Actually store the SHA384 TPM measurements if found
This commit is contained in:
parent
53c88b8949
commit
4ea2e43b13
@ -206,6 +206,7 @@ fu_tpm_eventlog_parser_parse_blob_v2(const guint8 *buf,
|
||||
item->kind = event_type;
|
||||
item->checksum_sha1 = g_steal_pointer(&checksum_sha1);
|
||||
item->checksum_sha256 = g_steal_pointer(&checksum_sha256);
|
||||
item->checksum_sha384 = g_steal_pointer(&checksum_sha384);
|
||||
if (datasz > 0) {
|
||||
g_autofree guint8 *data = g_malloc0(datasz);
|
||||
if (!fu_memcpy_safe(data,
|
||||
|
Loading…
Reference in New Issue
Block a user