Opened 15 years ago

Closed 15 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 15 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

Done in r2360

comment:2 Changed 15 years ago by bennylp

  • Resolution fixed deleted
  • Status changed from closed to reopened

comment:3 Changed 15 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 15 years ago by bennylp

  • Resolution set to fixed
  • Status changed from reopened to closed

Rollback r2360 above, and implement new fix in r2361

Note: See TracTickets for help on using tickets.