Opened 6 years ago

Closed 6 years ago

#2102 closed defect (fixed)

Fixed crash when transaction timer callback is called after transaction is destroyed

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-2.8
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Reported that there have been cases that when the transaction timer callback is called when the transaction is already destroyed. This causes a crash. We now check the transaction state and return if the transaction is already destroyed.

Thank you George Joseph for the report and the patch.

Change History (1)

comment:1 Changed 6 years ago by nanang

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

In 5759:

Fixed #2102: Added check whether a transaction is already destroyed in the transaction timer callback.

Note: See TracTickets for help on using tickets.