Opened 14 years ago
Closed 14 years ago
#237 closed defect (fixed)
Potential deadlock in sh_hash_hashdelete()
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.8.3 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
The sh_hash_hashdelete() fuction may deadlock if an error occurs in sh_hash_init(), because it is called from the exit handler. Use trylock instead of lock.
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [320].