wine/programs/winetest
Francois Gouget cac02872c6 winetest: Avoid an infinite loop in vstrfmtmake() when the format is NULL.
When the format is NULL vsnprintf() always returns -1 so we keep
doubling the allocated memory until running out of memory.
2023-02-14 09:57:07 +01:00
..
gui.c winetest: Use CRT allocation functions. 2022-08-16 11:57:39 +02:00
main.c winetest: Don't use plain strings as format specifiers. 2023-02-14 09:57:07 +01:00
Makefile.in makefiles: Add install-test target to install winetest.exe. 2022-09-07 20:07:18 +02:00
resource.h
send.c winetest: Use CRT allocation functions. 2022-08-16 11:57:39 +02:00
util.c winetest: Avoid an infinite loop in vstrfmtmake() when the format is NULL. 2023-02-14 09:57:07 +01:00
winetest.h winetest: Use CRT allocation functions. 2022-08-16 11:57:39 +02:00
winetest.ico winetest: Add a 256x256 icon. 2013-03-27 20:12:28 +01:00
winetest.manifest winetest: Add system DPI awareness settings to the application manifest. 2021-09-08 08:54:58 +02:00
winetest.rc winetest: Enable visual styles. 2021-06-16 09:00:16 +02:00
winetest.svg winetest: Add a 256x256 icon. 2013-03-27 20:12:28 +01:00