Opened 10 years ago
Closed 10 years ago
#1798 closed defect (fixed)
Crash upon receiving re-INVITE to restart ICE after failed STUN (thanks to Itay Bianco for the report and patch)
Reported by: | ming | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.4 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Scenario:
- A calls B with ICE
- A sends re-INVITE with new candidates from new connection
- STUN between A and B fails
- A sends re-INVITE with new candidates on the first connection
again
- B crashes
The crash is caused due to ICE encode_session_in_sdp() failure to generate a new pair of ufrag/pwd despite being told to restart the session. This causes pjmedia_transport_start() to crash later.
Change History (1)
comment:1 Changed 10 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4949: