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
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
kernel32.spec
kernel_main.c
kernel_private.h
locale.c
lzexpand.c
Makefile.in
module.c
path.c
powermgnt.c
process.c
profile.c
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