wine/dlls/kernelbase
Giovanni Mascellani 1ca54db1bf kernelbase: Fix an incorrect allocation size.
Variable nt_privs has type TOKEN_PRIVILEGES*, not TOKEN_GROUPS*.

This fixes a crash in the Cyberpunk 2077 launcher.

Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-10 22:48:53 +02:00
..
tests ntdll: Improve the Nt{Query,Set}TimerResolution() stubs. 2021-08-02 22:57:38 +02:00
collation.c
console.c ntdll: Create a thread to run the ctrl-C routine instead of raising an exception. 2021-06-09 23:38:43 +02:00
debug.c ntdll: Update the MEMORY_INFORMATION_CLASS enumeration. 2021-08-03 23:41:05 +02:00
digitmap.c
file.c kernelbase: Translate FILE_FLAG_SEQUENTIAL_SCAN. 2021-08-10 17:53:55 +02:00
kernelbase.h
kernelbase.rc
kernelbase.rgs make_unicode: Add support for the 720 codepage (Arabic, Farsi and Urdu). 2021-06-08 22:28:44 +02:00
kernelbase.spec kernel32: Add GetCurrentPackagePath stub. 2021-08-04 21:48:28 +02:00
loader.c kernelbase: Make sure that last error is set on LOAD_LIBRARY_AS_DATAFILE failure. 2021-03-31 22:16:25 +02:00
locale.c make_unicode: Add support for the 720 codepage (Arabic, Farsi and Urdu). 2021-06-08 22:28:44 +02:00
main.c
Makefile.in
memory.c kernelbase: Move CopyContext() implementation to ntdll. 2021-06-03 17:42:19 +02:00
path.c kernelbase: Don't strip leading dots in relative paths. 2021-05-24 11:42:37 +02:00
process.c kernelbase: Implement ProcessIdToSessionId(). 2021-07-01 22:34:31 +02:00
registry.c kernelbase: Return HKEY_PERFORMANCE_TEXT when trying to open the Perflib\009 key. 2021-08-10 17:53:55 +02:00
security.c kernelbase: Fix an incorrect allocation size. 2021-08-10 22:48:53 +02:00
string.c
sync.c
thread.c kernelbase: Don't allow converting thread to fiber more than once. 2021-07-29 10:16:25 +02:00
version.c kernel32: Add GetCurrentPackagePath stub. 2021-08-04 21:48:28 +02:00
volume.c kernelbase: Fix buffer size passed to read_nt_symlink(). 2021-04-21 21:00:33 +02:00