]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjroject_bundled: Add already-destroyed check to tsx_timer_callback
authorGeorge Joseph <gjoseph@digium.com>
Sun, 25 Mar 2018 18:35:12 +0000 (12:35 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Sun, 25 Mar 2018 18:43:12 +0000 (12:43 -0600)
commitce2ea9e6aae3e457820e22a05a3f495c1d3372b8
tree1e0e291ce73ccf807628f5daae93fde47ab49c41
parent9f1be1554c40ea71105a01ada3b15081e3e156e9
pjroject_bundled:  Add already-destroyed check to tsx_timer_callback

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

Change-Id: If93acd5e48d9ca5bb553f2405d5afc836842fe1c
third-party/pjproject/patches/0090-sip_transaction-In-tsx_timer_callback-check-if-tsx-i.patch [new file with mode: 0644]