audk/MdePkg/Library/UefiDebugLibStdErr
Marvin Haeuser 787c4baace MdePkg/UefiDebugLibStdErr: 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:04 +08:00
..
DebugLib.c MdePkg/UefiDebugLibStdErr: Pass the correct buffer size 2019-11-04 08:52:04 +08:00
DebugLibConstructor.c MdePkg/UefiDebugLibStdErr: Add destructor to CloseEvent 2019-07-29 11:01:43 +08:00
UefiDebugLibStdErr.inf MdePkg/UefiDebugLibStdErr: Add destructor to CloseEvent 2019-07-29 11:01:43 +08:00
UefiDebugLibStdErr.uni MdePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:13 -07:00