Sweden-Number/dlls/msvcrt
Rémi Bernon 7c046c7afd msvcrt: Write memory forward in memset.
Instead of going backward, which breaks the Linux kernel transparent
huge pages allocation assumptions.

This can be reproduced by calling memset on large, newly allocated,
memory regions.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-25 21:16:29 +02:00
..
tests msvcrt: Rewrite _popen function. 2021-10-25 18:53:19 +02:00
Makefile.in
bnum.h
concurrency.c msvcrt: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:09 +02:00
console.c msvcrt: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:09 +02:00
cpp.c
cppexcept.h
crt_gccmain.c
crt_main.c
crt_winmain.c
crt_wmain.c
crt_wwinmain.c
ctype.c ucrtbase: Change _isblank_l return value for '\t'. 2021-10-18 16:02:03 +02:00
cxx.h
data.c
dir.c
environ.c
errno.c
except.c ucrtbase: Avoid bool optimization in __std_exception_copy. 2021-10-18 16:02:25 +02:00
except_arm.c
except_arm64.c
except_i386.c
except_x86_64.c
exit.c
file.c msvcrt: Fix clearing NOINHERIT flag in _dup2. 2021-10-25 18:53:10 +02:00
heap.c
iob.c
locale.c
lock.c
main.c
math.c msvcrt: Move _fdclass/_dclass to avoid forward references. 2021-10-15 18:28:00 +02:00
mathf.c
mbcs.c
misc.c msvcrt: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:09 +02:00
msvcrt.h msvcrt: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:09 +02:00
msvcrt.spec
mtdll.h
onexit.c
printf.h msvcrt: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:09 +02:00
process.c msvcrt: Rewrite _popen function. 2021-10-25 18:53:19 +02:00
rsrc.rc
scanf.c msvcrt: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:09 +02:00
scanf.h msvcrt: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:09 +02:00
sincos.c
string.c msvcrt: Write memory forward in memset. 2021-10-25 21:16:29 +02:00
thread.c
time.c
undname.c include: Use the standard va_list instead of __ms_va_list when building with msvcrt. 2021-10-15 18:28:01 +02:00
wcs.c msvcrt: Use the standard va_list instead of __ms_va_list. 2021-10-22 11:12:09 +02:00