Zhiyi Zhang (@zhiyi) commented about dlls/win32u/sysparams.c:
len = asciiz_to_unicode( buffer, "\\\\?\\" ) / sizeof(WCHAR) - 1; memcpy( buffer + len, instance, (instance_len + 1) * sizeof(WCHAR) ); len += instance_len;
We usually use the Wine-Bug: tag for bug links. So you can use "Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46624" to mention that this patch is for that bug.