]> diplodocus.org Git - nmh/commitdiff
Always check that mktemp()/mktemp2() succeeds before trying to
authorDavid Levine <levinedl@acm.org>
Wed, 22 Jan 2014 02:55:57 +0000 (20:55 -0600)
committerDavid Levine <levinedl@acm.org>
Wed, 22 Jan 2014 02:55:57 +0000 (20:55 -0600)
use result.  And if it fails, have the error message report
the directory where the failed temporary file creation occurred.
And, removed all chmod()'s of temporary files created by mktemp()/
mktemp2() because they set the umask to 077 before calling mkstemp(3).


No differences found