FIX! ..temporary files handling! And rewrite Ftmp()..
commitedc12c8afd83bf4841a4dff219fe04970797e76d
authorSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Wed, 12 Aug 2015 16:15:23 +0000 (12 18:15 +0200)
committerSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Wed, 12 Aug 2015 17:59:06 +0000 (12 19:59 +0200)
tree01c22859a425dc9a218ea6b0572faaccc2fd15c5
parent8f5840419ecd4adaa0e040437dd6e014aff16e1c
FIX! ..temporary files handling!  And rewrite Ftmp()..

Yet another fallout of the large NYD series in February 2014, this
time of [fff6528], where we completely reimplemented the handling
of temporary files at the same time.
Yep, another one.

  Since February 2014 (18 months!?!) we do create temporary files
  in the current directory instead of "tempdir"!!!!
  8-P
  Bummer!!!

So now that we have had (Fix CLOEXEC bit for temporary
descriptors.., just a few minutes ago) let's just step ahead and
rewrite Ftmp() not to use these CRAPPY mktemp(3), mkstemp(3) or
mkostemp(3) series, but do it ourselfs instead.
Thank you.
nail.h
nailfuns.h
popen.c