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.

Change History (1)

comment:1 by rainer, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in changeset [320].

Note: See TracTickets for help on using tickets.