mirror of https://github.com/acidanthera/audk.git
1755932f89
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2652
DxeTpm2MeasureBootHandler() and DxeTpmMeasureBootHandler() functions may
receive a FileBuffer argument that is not associated with any particular
device path (e.g., because the UEFI image has not been loaded from any
particular device path).
Therefore rejecting (File==NULL) at the top of the function is invalid.
Fixes:
|
||
---|---|---|
.. | ||
DxeTpmMeasureBootLib.c | ||
DxeTpmMeasureBootLib.inf | ||
DxeTpmMeasureBootLib.uni |