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`.