wine/dlls/kernelbase
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 ntdll: Support MEM_PRESERVE_PLACEHOLDER in NtUnmapViewOfSectionEx(). 2023-05-30 12:12:09 +02:00
console.c kernelbase: Use nameless unions/structs for IO_STATUS_BLOCK. 2023-06-06 21:09:32 +02:00
debug.c kernelbase: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
file.c kernelbase: Use nameless unions/structs for IO_STATUS_BLOCK. 2023-06-06 21:09:32 +02:00
kernelbase.h
kernelbase.rc
kernelbase.rgs kernelbase: Update timezone data to version 2023c. 2023-06-04 18:25:55 +02:00
kernelbase.spec
loader.c kernelbase: Use nameless unions/structs for loader data. 2023-06-06 21:09:32 +02:00
locale.c kernelbase: Check if locale is NULL before using it in Internal_EnumDateFormats(). 2023-06-30 20:24:42 +02:00
main.c
Makefile.in
memory.c kernelbase: Use nameless unions/structs for CPU-related data. 2023-06-06 21:09:32 +02:00
path.c
process.c kernelbase: Use nameless unions/structs for CPU-related data. 2023-06-06 21:09:32 +02:00
registry.c
security.c
string.c
sync.c kernelbase: Use nameless unions/structs for IO_STATUS_BLOCK. 2023-06-06 21:09:32 +02:00
thread.c kernelbase: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
version.c kernelbase: Use nameless unions/structs for loader data. 2023-06-06 21:09:32 +02:00
volume.c
winerror.mc