V2 changes: Refines the code logic to replace the 'if else' statments with the '? :' operator.
V1 history: This series add logic to avoid reading content beyond a ASCII format string. Cc: Jiewen Yao <[email protected]> Cc: Liming Gao <[email protected]> Cc: Michael Kinney <[email protected]> Hao Wu (2): MdePkg/BasePrintLib: Avoid reading content beyond the format string MdeModulePkg/PrintLib: Avoid reading content beyond the format string MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c | 22 ++++++++++---------- MdePkg/Library/BasePrintLib/PrintLibInternal.c | 16 +++++++------- 2 files changed, 19 insertions(+), 19 deletions(-) -- 2.12.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

