From: David Levine Date: Fri, 24 Jan 2014 04:16:34 +0000 (-0600) Subject: Replaced use of mkstemp() with m_mktemp2() in header_fd() of X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a404a36988ef8eb4b640bdd1d3f30298e0ca5182?ds=inline;hp=a404a36988ef8eb4b640bdd1d3f30298e0ca5182 Replaced use of mkstemp() with m_mktemp2() in header_fd() of rcvtty.c. It never would have worked, anyway, because it had 5 instead of 6 X's in the template. ---