wine/dlls/kernel32
Zhiyi Zhang 884cff8214 kernelbase: Check if locale is NULL before using it in Internal_EnumDateFormats().
Initialize the calendars variable after checking if locale is NULL before using it to avoid NULL
pointer references. Fix a Excel 2016 crash when formatting dates with the custom format 'ddd'.
It calls EnumDateFormatsExEx() with the 'yi-Hebr' locale, which is added in Win10.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55099
2023-06-30 20:24:42 +02:00
..
tests kernelbase: Check if locale is NULL before using it in Internal_EnumDateFormats(). 2023-06-30 20:24:42 +02:00
atom.c kernel32: Null-terminate the atom names passed to NtAddAtom. 2022-11-04 19:23:55 +01:00
comm.c
computername.c
console.c kernel32: Use nameless unions/structs. 2023-06-06 21:09:32 +02:00
debugger.c
file.c kernel32: Use nameless unions/structs. 2023-06-06 21:09:32 +02:00
heap.c include: Declare some missing ntdll functions, and fix the sorting. 2023-03-22 20:03:51 +01:00
kernel32.spec kernelbase: Move Wow64EnableWow64FsRedirection() from kernel32 to kernelbase. 2023-05-11 22:53:14 +02:00
kernel_main.c
kernel_private.h
locale.c kernel32: Fix GetCurrencyFormatA when input length is 0. 2023-03-08 20:05:14 +01:00
lzexpand.c
Makefile.in kernel32: Move to a higher address on 64-bit. 2023-04-22 17:34:32 +02:00
module.c
path.c kernelbase: Move Wow64EnableWow64FsRedirection() from kernel32 to kernelbase. 2023-05-11 22:53:14 +02:00
powermgnt.c
process.c kernel32: Implement GetFirmwareType(). 2023-03-06 11:09:03 +01:00
profile.c kernel32/profile: Trim spaces from section names on load. 2022-11-24 09:27:48 +01:00
resource.c kernel32: Use nameless unions/structs. 2023-06-06 21:09:32 +02:00
sync.c kernel32: Use nameless unions/structs. 2023-06-06 21:09:32 +02:00
tape.c
thread.c
toolhelp.c
version.c
version.rc
virtual.c kernel32: Use nameless unions/structs. 2023-06-06 21:09:32 +02:00
volume.c