audk/MdePkg/Library/UefiDebugLibConOut
Marvin Haeuser 5ae6c993ab MdePkg/UefiDebugLibConOut: Pass the correct buffer size
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2302

The second argument of "UnicodeVSPrintAsciiFormat" is "BufferSize",
which takes the size of the buffer in bytes. Replace the currently
used MAX_DEBUG_MESSAGE_LENGTH usage, which is the buffer's length,
with the actual buffer size.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Marvin Haeuser <mhaeuser@outlook.de>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2019-11-04 08:52:01 +08:00
..
DebugLib.c MdePkg/UefiDebugLibConOut: Pass the correct buffer size 2019-11-04 08:52:01 +08:00
DebugLibConstructor.c MdePkg/UefiDebugLibConOut: Add destructor to CloseEvent 2019-07-29 11:01:37 +08:00
UefiDebugLibConOut.inf MdePkg/UefiDebugLibConOut: Add destructor to CloseEvent 2019-07-29 11:01:37 +08:00
UefiDebugLibConOut.uni MdePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:13 -07:00