Changes between Initial Version and Version 3 of Ticket #673
- Timestamp:
- Oct 31, 2008 5:52:28 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #673
- Property Status changed from new to reopened
- Property Summary changed from Crash in SRTP transport when receiving stray RTP/RTCP packet to Race condition may cause crash in SRTP transport
-
Ticket #673 – Description
initial v3 1 A crash could happen when the SRTP transport is being restarted ({{{ detach()}}} has been called while re-{{{attach()}}} has not) and a RTP/RTCP packet is received, due to the transport trying to call the callback while the callback value is NULL.1 A crash could happen when the SRTP transport is being restarted ({{{attach()}}} is being called) and a RTP/RTCP packet is received, due to the transport trying to call the callback while the callback value is not initialized.