[vlc-devel] [vlc-commits] skins2: fix multibyte issue for temporary directory
Rémi Denis-Courmont
remi at remlab.net
Fri Jun 12 22:39:53 CEST 2015
Le vendredi 12 juin 2015, 22:03:12 Erwan Tulou a écrit :
> +// FIXME: could become a skins2 OS factory function or a vlc core function
What exactly are you suggesting here?
tempnam() is officially deprecated by POSIX and whose Linux documentation
literally states "Never use this function." since it is intrinsically racy and
insecure. It needs to go away, it is not getting a convenience wrapper. Ever.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list