]> git.proxmox.com Git - mirror_edk2.git/commit
Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL terminated...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 23 Dec 2009 01:50:10 +0000 (01:50 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 23 Dec 2009 01:50:10 +0000 (01:50 +0000)
commit8f635c36ad1059a064c747fd1f0e38814e7e7c29
tree5bb2a15cf307326303d918899a09eeb58af0b87c
parent8595f12dc5fde8b43a8bba56f35144d2f3d8405d
Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL terminated the final destination string when Length is equal to the length of Source string

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9588 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/BaseLib/String.c