On Sat, 25 Jun 2022, Sven Schreiber wrote:
I did some research on what internal functions are called, and it
seems
to go down via gretl's gretl_mktemp (in lib/src/gretl_paths.c) to Glib's
g_mkstemp on Windows, and apparently then to Glib's get_tmp_file.
Yes, there appears to be a race condition in g_mkstemp on Windows.
I'll see what I can find out about that.
Allin