kernel32: CompareStringW should abort on the first nonmatching character to avoid...
commit46a2aea3d154e086bd0f8416856c7b847010c197
authorDmitry Timoshkov <dmitry@baikal.ru>
Fri, 12 Feb 2016 07:52:50 +0000 (12 08:52 +0100)
committerMichael Stefaniuc <mstefani@winehq.org>
Sun, 3 Apr 2016 20:48:48 +0000 (3 22:48 +0200)
tree34c49c6f326f15f71579ddb9de008b86f8fcb979
parente0752ba0fe3875a8329541e7a0bff59bd8d6e5e8
kernel32: CompareStringW should abort on the first nonmatching character to avoid an invalid memory access.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit dfbbd55af7e625968473d233671d9aa63ec33f83)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
libs/wine/sortkey.c