octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #36688] tempname does not return a sufficientl


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #36688] tempname does not return a sufficiently unique file name on windows
Date: Thu, 21 Jun 2012 19:32:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20100101 Firefox/10.0.5 Iceweasel/10.0.5

Follow-up Comment #5, bug #36688 (project octave):

It looks to me like the __stdio_gen_tempname function could be replaced by a
combination of the __path_search adn __gen_tempname functions that are defined
in the gnulib tempname.c file, but the __path_search function is not defined
unless _LIBC is defined.  The __path_search function would be helpful in
determining what tmp directory should be used to construct a template for the
__gen_tempname function.  So I don't know why it is not provided by the gnulib
module.  Or, hey, just make the gnulib tempname module provide a direct
replacement for the tempname function...

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36688>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]