On Thu Mar 7 21:02:42 2024 +0000, Piotr Caban wrote:
The flag has only effect on wide scanf and can be ignored in __stdio_common_vfscanf. Please change the code to:
if (options & ~(_CRT_INTERNAL_SCANF_SECURECRT | _CRT_INTERNAL_SCANF_LEGACY_WIDE_SPECIFIERS)) FIXME("options %#I64x not handled\n", options);
I just updated the MR to handle this