Ticket #491 (closed defect: fixed)
Crash in TCP/TLS transport when the listener is destroyed (thanks Christian Grigis)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | major | Milestone: | release-0.9.0 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp) (diff)
The TCP and TLS transport keep pointer reference to its listener. When the listener is destroyed by application, PJSIP will crash when the transport is performing keep-alive transmission because it tries to access the listener which is no longer there.
Thanks Christian Grigis for reporting this.
Change History
Note: See
TracTickets for help on using
tickets.