audk/StandaloneMmPkg/Library/FvLib
Michael Kubacki 051c7bb434 StandaloneMmPkg: Fix section data length returned larger than actual data
This change fixes an issue where the returned section data length
is always 4 bytes larger than the actual section length. This could
cause an issue where the caller accesses the final 4 bytes which
would be invalid.

Co-authored-by: Kun Qin <kuqin@microsoft.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
2024-07-05 13:08:56 +00:00
..
FvLib.c StandaloneMmPkg: Fix section data length returned larger than actual data 2024-07-05 13:08:56 +00:00
FvLib.inf