Blender 2.37, spec and srpms

Ralf Ertzinger fedora at camperquake.de
Thu Jun 9 09:17:44 UTC 2005


On Thu, Jun 09, 2005 at 01:13:40AM -0800, luya at jpopmail.com wrote:

> ---
> /usr/lib/python2.4/config/libpython2.4.a(posixmodule.o)(.text+0x3f71): In function `posix_tmpnam':
> : warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
> /usr/lib/python2.4/config/libpython2.4.a(posixmodule.o)(.text+0x3ebd): In function `posix_tempnam':
> : warning: the use of `tempnam' is dangerous, better use `mkstemp'
> ---
> 
> does that mean blender tarball expected mkstemp? 

That means that blender uses tmpnam_r and tempnam, both of which are known
to have issues, and that the programmer would be well advised to change
the code to use mkstemp instead.




More information about the fedora-extras-list mailing list