[Asterisk-code-review] thirdparty/pjproject: Fix deadlock in response retransmissions (asterisk[13])
Richard Mudgett
asteriskteam at digium.com
Tue Jul 17 07:44:29 CDT 2018
Richard Mudgett has uploaded a new patch set (#4) to the change originally created by Torrey Searle. ( https://gerrit.asterisk.org/9477 )
Change subject: thirdparty/pjproject: Fix deadlock in response retransmissions
......................................................................
thirdparty/pjproject: Fix deadlock in response retransmissions
The tdata containing response can be shared by both the dialog
object and the tsx object. Before removing headers from the tdata
it's therefore necessary to lock both the dialog and the tsx object
to avoid race conditions.
ASTERISK-27966 #close
Change-Id: Ic381004a3a212fe1d8eca0e707fe09dba4a6ab4e
---
A third-party/pjproject/patches/0110_fix_tdata_rexmit_deadlock.patch
1 file changed, 15 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/77/9477/4
--
To view, visit https://gerrit.asterisk.org/9477
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic381004a3a212fe1d8eca0e707fe09dba4a6ab4e
Gerrit-Change-Number: 9477
Gerrit-PatchSet: 4
Gerrit-Owner: Torrey Searle <tsearle at gmail.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180717/cb2c9797/attachment.html>
More information about the asterisk-code-review
mailing list