chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #810: "create-temporary-file" insufficient


From: Chicken Trac
Subject: [Chicken-janitors] #810: "create-temporary-file" insufficient
Date: Sat, 07 Apr 2012 10:52:49 -0000

#810: "create-temporary-file" insufficient
-----------------------------------+----------------------------------------
 Reporter:  felix                  |       Owner:       
     Type:  defect                 |      Status:  new  
 Priority:  minor                  |   Milestone:       
Component:  core libraries         |     Version:  4.7.x
 Keywords:  create-temporary-file  |  
-----------------------------------+----------------------------------------
 `create-temporary-file` only uses a random fixnum + an existance test,
 which is insufficient if many files are created in parallel by several
 processes. At least some more "randomness" (e.g. the PID) should go into
 the generated filename.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/810>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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