mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
12 lines
368 B
C
12 lines
368 B
C
--- src/include/biosem.h.orig 2016-11-19 03:09:49 UTC
|
|
+++ src/include/biosem.h
|
|
@@ -26,7 +26,7 @@ typedef struct {
|
|
UINT32 eventType;
|
|
BYTE digest[20];
|
|
UINT32 eventDataSize;
|
|
- BYTE event[0];/* (eventSize) bytes of event data follows */
|
|
+ BYTE event[1];/* (eventSize) bytes of event data follows */
|
|
} TCG_PCClientPCREventStruc;
|
|
|
|
#define EVLOG_SOURCE_BIOS 1
|