
11 Jun
2001
11 Jun
'01
12:13 p.m.
malcolm: Mon Jun 11 18:13:16 CEST 2001 Update of /usr/src/master/nhc/src/runtime/Builtin In directory hinken:/tmp/cvs-serv16389/src/runtime/Builtin Modified Files: cOpen.c Log Message: Fix some race conditions with file Handles implemented as ForeignObjs. (1) A newly opened file could be garbage collected before being attached to the program graph. (2) A file closed by hClose could be finalised a second time when it was detached from the program graph.