> -----Original Message-----
> From: Daniel Shahaf [mailto:[email protected]]
> Sent: donderdag 28 april 2011 23:46
> To: [email protected]
> Subject: /tmp/default-perms.5.tmp
> 
> % ls -1 /tmp/default-perms*
> /tmp/default-perms.2.tmp
> /tmp/default-perms.3.tmp
> /tmp/default-perms.4.tmp
> /tmp/default-perms.5.tmp
> /tmp/default-perms.tmp
> 
> Looks like O(n²) filename-search again...

This specific tempname pattern is used from the more random temp name
creation function. It should only be called once per application.

We can't use the other temp function here or it would go in an endless loop
before returning the first result.

        Bert

Reply via email to