wine/dlls/uxtheme/tests
Dmitry Timoshkov 2ae7ecb936 uxtheme: Protect CloseThemeData() from invalid input.
With test case by Michael Müller <michael@fds-team.de>.

Zhiyi Zhang's comments:

Some applications close the same HTHEME handle more than once, causing use-after-free. HTHEME is a
handle rather than a pointer. Some testing shows that it's a handle starting from 0x10000 or 0x20000.
Each new handle increments from the first handle and closing handles decrements it. I prefer not to
implement this handle to data map for now because it will likely hurt performance.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=29974
2022-11-08 20:07:51 +01:00
..
Makefile.in uxtheme/tests: Enable compilation with long types. 2022-03-08 09:36:40 +01:00
msg.h uxtheme/tests: Enable compilation with long types. 2022-03-08 09:36:40 +01:00
system.c uxtheme: Protect CloseThemeData() from invalid input. 2022-11-08 20:07:51 +01:00
v6util.h uxtheme/tests: Enable compilation with long types. 2022-03-08 09:36:40 +01:00