Bug#495537: mktemp: hangs if all possible file names already exist

2009-03-23 Thread Clint Adams
On Thu, Mar 19, 2009 at 09:29:43PM +0100, Håkon Stordahl wrote: Hello. Apparently this bug has been fixed in the upstream CVS repository, as the following log message for the file priv_mktemp.c indicates. revision 1.12 date: 2009/01/10 15:13:36; author: millert; state: Exp; lines:

Bug#495537: mktemp: hangs if all possible file names already exist

2009-03-19 Thread Håkon Stordahl
Hello. Apparently this bug has been fixed in the upstream CVS repository, as the following log message for the file priv_mktemp.c indicates. revision 1.12 date: 2009/01/10 15:13:36; author: millert; state: Exp; lines: +30 -18 Use digits in tempfile name in addition to letters Try at

Bug#495537: mktemp: hangs if all possible file names already exist

2008-08-18 Thread Sven Joachim
Package: mktemp Version: 1.5-9 Severity: normal If mktemp cannot create a file from the template because all possible file names are already taken, it hangs instead of exiting unsuccessfully. To reproduce, just run for i in $(seq 53); do mktemp /tmp/foo.X; done and see the last of the