During testing of those functions with older msvcrt libraries I got crashes when I passed NULL pointer. I guess that current web documentation matches the UCRT behavior, which accepts NULL.
On Sunday 16 August 2026 18:43:54 Lasse Collin wrote: > This doesn't look correct. The docs say that those arguments can be > null pointers. > > https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/beginthread-beginthreadex?view=msvc-180 > > https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createthread > > -- > Lasse Collin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
