wine/dlls/ucrtbase
Martin Storsjo ee32799d61 ucrtbase: Always return the full string length in __stdio_common_vs[w]printf for a NULL buffer.
If the target is a NULL buffer (with a zero length), we should
always return the full size the format would have needed, even if
UCRTBASE_PRINTF_STANDARD_SNPRINTF_BEHAVIOUR isn't specified.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-17 15:42:00 +01:00
..
tests ucrtbase: Always return the full string length in __stdio_common_vs[w]printf for a NULL buffer. 2017-11-17 15:42:00 +01:00
Makefile.in msvcrt: Implement setjmp/longjmp on aarch64. 2017-09-08 16:23:14 +02:00
ucrtbase.spec msvcrt: Implement _memicmp_l(). 2017-11-08 20:21:10 +01:00