Opened 16 years ago
Closed 16 years ago
#673 closed defect (fixed)
Race condition may cause crash in SRTP transport
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0.1 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
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.
Change History (4)
comment:1 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 16 years ago by bennylp
- Resolution fixed deleted
- Status changed from closed to reopened
comment:3 Changed 16 years ago by bennylp
- Description modified (diff)
- Summary changed from Crash in SRTP transport when receiving stray RTP/RTCP packet to Race condition may cause crash in SRTP transport
comment:4 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.
Done in r2360