]> granicus.if.org Git - apache/commit
Switch from tmpnam() to apr_file_mktemp() so that gcc with a recent glibc
authorCliff Woolley <jwoolley@apache.org>
Mon, 1 Oct 2001 19:19:45 +0000 (19:19 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 1 Oct 2001 19:19:45 +0000 (19:19 +0000)
commit3e1155b1156387bdfa19f9b13ce4c1c88a2324be
tree9e011e6b5e08980bca235097794e3a0c63faf5d9
parent283b4711eb885f19b02338a014db79e066514bf8
Switch from tmpnam() to apr_file_mktemp() so that gcc with a recent glibc
will shut the hell up about tmpnam() being unsafe.  htpasswd.c needs a
similar treatment, but it won't be _quite_ as easy since htpasswd has not
been completely apr-ized yet.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91222 13f79535-47bb-0310-9956-ffa450edef68
support/htdigest.c