Opened 14 years ago

Closed 14 years ago

#239 closed defect (fixed)

Mutex in child after fork()

Reported by: rainer Owned by: rainer
Priority: major Milestone: 2.8.3
Component: main Version:
Keywords: Cc:

Description

In the UNIX entropy gatherer, a mutex is used in the child after fork(), which is just wrong (not async-signal safe). Move that code before the fork().

Change History (1)

comment:1 by rainer, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in changeset [319].

Note: See TracTickets for help on using tickets.