[PATCH] [BZ 2898] Mention mkdtemp as another secure alternative to mktemp

Gleb Fotengauer-Malinovskiy glebfm@altlinux.org
Sun Aug 9 09:34:00 GMT 2015


[BZ #2898]
* misc/mktemp.c: Add mkdtemp to link_warning message.
Patch by Aurelien Jarno.
---
 misc/mktemp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/mktemp.c b/misc/mktemp.c
index fc82ede..a144938 100644
--- a/misc/mktemp.c
+++ b/misc/mktemp.c
@@ -33,4 +33,4 @@ __mktemp (template)
 }
 weak_alias (__mktemp, mktemp)
 
-link_warning (mktemp, "the use of `mktemp' is dangerous, better use `mkstemp'")
+link_warning (mktemp, "the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'")
-- 
glebfm



More information about the Libc-alpha mailing list