]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/BaseLib: Add an additional check within (Ascii)StrnCmp
authorHao Wu <hao.a.wu@intel.com>
Wed, 7 Dec 2016 02:39:03 +0000 (10:39 +0800)
committerHao Wu <hao.a.wu@intel.com>
Thu, 22 Dec 2016 08:17:11 +0000 (16:17 +0800)
commit753a18f965cb9cd9e48d376a6c71823548eeb3a0
treec9e73799be9b0082b97af860e10b425952a3363d
parentc07c517cc51a4f947022aa5eebe2aace326137e5
MdePkg/BaseLib: Add an additional check within (Ascii)StrnCmp

This commit adds an addtional check in AsciiStrnCmp and StrnCmp. It
explicitly checks the end of the sting pointed by 'SecondString' to make
the code logic easier for reading and to prevent possible mis-reports by
static code checkers.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
MdePkg/Library/BaseLib/String.c