Sweden-Number/dlls/ntdll
Andrew Eikum 12be24af8c ntdll: Fix memory region check in NtQueryVirtualMemory.
Patch by buggy@ifel.se.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45218
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-27 22:04:01 +01:00
..
tests ntdll/tests: Mark as broken a test that fails on win2003. 2019-03-27 08:50:45 +01:00
Makefile.in
actctx.c
atom.c
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c
env.c
error.c
exception.c
file.c
handletable.c
heap.c
large_int.c
loader.c
loadorder.c
misc.c
nt.c ntdll: Use _stricmp instead of strcasecmp. 2019-03-26 13:50:20 +01:00
ntdll.spec kernel32: Don't use strcasecmp. 2019-03-27 22:01:31 +01:00
ntdll_misc.h ntdll: Use NTDLL_tolower instead of toupper. 2019-03-26 13:50:22 +01:00
om.c
path.c
printf.c ntdll: Use NTDLL_tolower instead of toupper. 2019-03-26 13:50:22 +01:00
process.c
reg.c
relay.c ntdll: Use _stricmp instead of strcasecmp. 2019-03-26 13:50:20 +01:00
resource.c
rtl.c
rtlbitmap.c
rtlstr.c ntdll: Default to 7-bit ASCII before codepages are initialized. 2019-03-22 19:45:39 +01:00
sec.c
serial.c
server.c
signal_arm.c
signal_arm64.c
signal_i386.c
signal_powerpc.c
signal_x86_64.c ntdll: Fix unwinding from leaf function on x86_64. 2019-03-20 22:42:30 +01:00
string.c ntdll: Use RtlUpperChar in _strupr implementation. 2019-03-27 22:01:07 +01:00
sync.c ntdll: Add support for returning previous state argument in event functions. 2019-03-12 20:34:35 +01:00
tape.c
thread.c
threadpool.c ntdll/threadpool: Add support for callback priority. 2019-03-13 10:59:50 +01:00
time.c
version.c
version.rc
virtual.c ntdll: Fix memory region check in NtQueryVirtualMemory. 2019-03-27 22:04:01 +01:00
wcstring.c