Nikolay Sivov : mfplat/tests: Allocate test callbacks.
Module: wine Branch: master Commit: 4b69a997e933be3813393b5023f99171935ff36e URL: https://source.winehq.org/git/wine.git/?a=commit;h=4b69a997e933be3813393b502... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Tue Dec 14 09:49:18 2021 +0300 mfplat/tests: Allocate test callbacks. It's not safe to use stack variables for async callbacks. Diagnosed by Bernhard Übelacker. Signed-off-by: Bernhard Übelacker <bernhardu(a)mailbox.org> Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mfplat/tests/mfplat.c | 178 ++++++++++++++++++++++++++------------------- 1 file changed, 104 insertions(+), 74 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4b69a997e933be3813393...
participants (1)
-
Alexandre Julliard