[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [texinfo-pretest] Re: [bug-gnulib] bug in gl_FUNC_MKSTEMP
From: |
Eli Zaretskii |
Subject: |
Re: [texinfo-pretest] Re: [bug-gnulib] bug in gl_FUNC_MKSTEMP |
Date: |
Mon, 20 Dec 2004 21:41:43 +0200 |
> From: Jim Meyering <address@hidden>
> Date: Mon, 20 Dec 2004 16:25:04 +0100
> Cc: address@hidden, address@hidden
>
> does djgpp have the mkstemp bug that this test detects?
No. The DJGPP version of mkstemp does TRT, even though invoking it
with a template such as "conftestXXXXXX" is a bit risky (the library
docs warns against that). Still, it copes (by truncating the
characters before the XXXXXX part: you get coXXXXXX.tmp instead).
But thanks for making the change that avoids the risky usage.