Opened 17 years ago
Closed 17 years ago
#319 closed defect (fixed)
Assertion failure in pjsua when adding buddy with invalid host (thanks Paul Levin)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.8.0 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
When a buddy is added with the URL containing invalid or unreachable host, pjsip will raise assert upon trying to destroy the subscription with pjsip_pres_terminate, since the subscription has already been destroyed thus NULL is given.
Change History (1)
comment:1 Changed 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r1341