Files
EDK2-fork/OvmfPkg/Library/PlatformDebugLibIoPort
Luigi Leonardi fb55173551 OvmfPkg/PlatformDebugLibIoPort: Add check for MemDebugLogWrite
This check is present for every call to `MemDebugLogWrite` but it is
missing here. This may cause an unwanted write to the
buffer, when the buffer's address is not null and MemDebug is disabled.

Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
2025-07-08 06:04:46 +00:00
..