[PATCH 1/4 v3] msvcrt: Don't read past end of string in _strncoll/_wcsncoll.
17 Aug
2018
17 Aug
'18
4:51 p.m.
From: Daniel Lehman <dlehman(a)esri.com> Signed-off-by: Daniel Lehman <dlehman(a)esri.com> Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- v3: - reorder patches to avoid invalid memory reads on wine - change tests skipping on setlocale failure - use MSVCRT_strnlen instead of strnlen - use MSVCRT_wcsnlen instead of adding strnlenW implementation dlls/msvcrt/string.c | 4 +++- dlls/msvcrt/wcs.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-)
2682
Age (days ago)
2682
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban