audk/StdLib/LibC/String
Daryl McDaniel 3a2f8f4216 StdLib: Fix pointer arithmetic issues in the strncasecmp function.
The original Linux code tried to be too fancy so the internal pointers got out of sync.
Rewrote the function to at least be more clear.
Regardless, it now works properly.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
Reviewed by: matthew.stanbro@intel.com
Reviewed by: erik.c.bjorge@intel.com


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14664 6f19259b-4bc3-4df7-8a09-765794883524
2013-09-13 00:46:19 +00:00
..
Comparison.c StdLib: Fix strcmp so that comparisons are case sensitive. Simplified code for strcasecmp. 2011-11-01 00:19:51 +00:00
Concatenation.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
Copying.c Add device abstraction code for the UEFI Console and UEFI Shell-based file systems. 2011-06-28 02:34:10 +00:00
ErrorList.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
Misc.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
Searching.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
String.inf Add Socket Libraries. 2011-07-30 00:30:44 +00:00
strlcat.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00
strlcpy.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00
strncasecmp.c StdLib: Fix pointer arithmetic issues in the strncasecmp function. 2013-09-13 00:46:19 +00:00
strsep.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00