sdl2_frt/src/hidapi/windows
Sam Lantinga ab55ec4850 Fix use-after-free SBH corruption due to overlapped ReadFile in hidapi not being canceled for all threads before device close
- hidapi already called CancelIo on hid_close but that only cancels pending IO for the current thread. Controller read/writes originate from multiple
  threads (serialized, but on a different thread nonetheless) but device destruction was always done on the main device thread which left any
  pending overlapped reads still running after hidapi's internal read buffer is deallocated leading to intermittent free list corruption.
2021-01-01 11:12:41 -08:00
..
ddk_build Added missing files from previous commits 2018-08-09 16:05:48 -07:00
hid.c Fix use-after-free SBH corruption due to overlapped ReadFile in hidapi not being canceled for all threads before device close 2021-01-01 11:12:41 -08:00
hidapi.sln Added missing files from previous commits 2018-08-09 16:05:48 -07:00
hidapi.vcproj Added missing files from previous commits 2018-08-09 16:05:48 -07:00
hidtest.vcproj Added missing files from previous commits 2018-08-09 16:05:48 -07:00
Makefile-manual Added missing files from previous commits 2018-08-09 16:05:48 -07:00
Makefile.am Added missing files from previous commits 2018-08-09 16:05:48 -07:00
Makefile.mingw Added missing files from previous commits 2018-08-09 16:05:48 -07:00