Two threads are using FindFirstFile/FindNextFile independently. The first thread released hFindHandle twice, thus causes the second thread crash sometimes.
FindNextFile can crash process
最新推荐文章于 2021-08-05 11:14:18 发布

Two threads are using FindFirstFile/FindNextFile independently. The first thread released hFindHandle twice, thus causes the second thread crash sometimes.