16 Aug
2023
16 Aug
'23
8:21 a.m.
I stumbled onto this while using freopen() for debugging purposes. Basically, freopen() fails if the FILE has been created with an invalid handle. So, this MR contains: - basic tests for freopen (no issue there, just for coverage purposes) - tests for freopen on FILE with invalid handle - fix for freopen -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3578