Opened 13 years ago
Closed 13 years ago
#1471 closed defect (fixed)
Crash in ICE stream transport when pjsua restarted with active call (thanks Roni Salfati for the report)
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.14 |
Component: | pjnath | Version: | 1.x-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Reported that at some point of a stress test that involve making call with ICE enabled and restarting pjsua, a crash occurs in stun_on_rx_data() in ice_strans.c after pj_stun_sock_get_user_data() returns NULL.
Change History (1)
comment:1 Changed 13 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3991]) Fix #1471: Just return PJ_FALSE on any incoming STUN packets after the STUN socket has been disassociated from ICE stream transport.