Opened 16 years ago
Closed 16 years ago
#640 closed defect (fixed)
Crash when receiving ACK with SDP after BYE has been received (thanks Amit Sharma for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0-rc3 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Scenario:
- pjsip as UAS
- INVITE without SDP is received
- pjsip answers 200/OK with SDP
- BYE is received and 200/OK to BYE is sent
- ACK with SDP is received
When ACK with SDP is received, the invite session calls on_media_update(), and this causes crash in PJSUA-LIB because the call resources have been released since the call has been disconnected.
Thanks Amit Sharma for the report
Change History (1)
comment:1 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2304