On 8 March 2010 22:25, Yann Droneaud yann@droneaud.fr wrote:
While trying to debug cmd.exe, valgrind found some problem in CompareString() calls. Those tests help me to understand how CompareString() is excepted to be called: when string length is given NUL characters are ignored in this string.
I think you should add those to the existing test_CompareStringA() in locale.c, for as far that doesn't already cover CompareString() behaviour.