[PATCH 1/2 v2] msvcrt: Fix _searchenv, _searchenv_s, _wsearchenv, _wsearchenv_s
19 Feb
2018
19 Feb
'18
2:32 p.m.
From: Kirill Erofeev <erofeev.info(a)gmail.com> Signed-off-by: Kirill Erofeev <erofeev.info(a)gmail.com> Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- v2: - simplified the code a little - fix off by one error in buffer size check - added FIXME in _s variants when count > MAX_PATH dlls/msvcrt/dir.c | 210 ++++++++++++++++++++++++++---------------------------- 1 file changed, 102 insertions(+), 108 deletions(-)
2944
Age (days ago)
2944
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban