Opened 13 years ago
Closed 12 years ago
#810 closed defect (fixed)
"create-temporary-file" insufficient
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core libraries | Version: | 4.7.x |
Keywords: | create-temporary-file | Cc: | |
Estimated difficulty: |
Description
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.
Note: See
TracTickets for help on using
tickets.
Fixed by 6256ae18ec023aef4cf388d3a0969c9928ac2fb2