[Git][wine/wine][master] hid/tests: Fix stack use-after-return in test_read_device.
6 Jun
2025
6 Jun
'25
9:21 p.m.
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... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2ea72e1cc0e908ae16d64ba6037dcb8... You're receiving this email because of your account on gitlab.winehq.org.
194
Age (days ago)
194
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard (@julliard)