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().
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [319].