Opened 9 years ago
Closed 9 years ago
#1886 closed defect (fixed)
Fixed destruction of locked mutex in SIP dialog
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.5 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Destroying a locked mutex may cause an undefined behaviour in some platforms. For example, see pthread_mutex_destroy() manual here (search for "locked mutex").
Change History (1)
comment:1 Changed 9 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5180: