Opened 12 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.

Change History (1)

comment:1 Changed 12 years ago by Mario Domenech Goulart

Resolution: fixed
Status: newclosed

Fixed by 6256ae18ec023aef4cf388d3a0969c9928ac2fb2

Note: See TracTickets for help on using tickets.