Alexandre Julliard pushed to branch master at wine / wine
Commits: 2ea72e1c by Yuxuan Shui at 2025-06-06T18:15:58+02:00 hid/tests: Fix stack use-after-return in test_read_device.
The read loop could exit while a async read request is still in flight, which could complete after test_read_device has returned. This results in a stack use-after-return of `overlapped`.
- - - - -
1 changed file:
- dlls/hid/tests/device.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2ea72e1cc0e908ae16d64ba6037dcb8...