Skip to content

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'.

Merge request reports

Loading