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

Dmitry V. Levin ldv@altlinux.org
Fri Aug 14 23:15:00 GMT 2015


On Sun, Aug 09, 2015 at 11:34:31AM +0200, Gleb Fotengauer-Malinovskiy wrote:
> [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'")

This line is too long.  Besides that, LGTM.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20150814/eb698e49/attachment.sig>


More information about the Libc-alpha mailing list