20 Feb
2020
20 Feb
'20
8:32 a.m.
Francois Gouget <fgouget(a)codeweavers.com> writes:
So the bisect says these failures are caused by this commit:
commit 84dbedc922dbfea6f8a0a562e9fb6142bc58f9da Author: Jacek Caban <jacek(a)codeweavers.com> Date: Fri Feb 14 13:07:24 2020 +0100
stdio.h: Provide sprintf and _snprintf as inline wrappers.
It's enough for Wine debug functions to use _vsnprintf from ucrtbase importlib instead of ntdll for modules that link to ucrtbase.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
The functions these forward to probably don't behave as expected on XP and 2003.
Maybe it's time to retire these versions from the testbot? -- Alexandre Julliard julliard(a)winehq.org