<p>Benjamin Keith Ford <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/14885">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Bridging: Use a ref to bridge_channel's channel to prevent crash.<br><br>There's a race condition with bridging where a bridge can be torn down<br>causing the bridge_channel's ast_channel to become NULL when it's still<br>needed. This particular case happened with attended transfers, but the<br>crash occurred when trying to publish a stasis message. Now, the<br>bridge_channel is locked, a ref to the ast_channel is obtained, and that<br>ref is passed down the chain.<br><br>Change-Id: Ic48715c0c041615d17d286790ae3e8c61bb28814<br>---<br>M include/asterisk/bridge_channel.h<br>M main/bridge.c<br>M main/bridge_channel.c<br>3 files changed, 52 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/85/14885/3</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/14885">change 14885</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/14885"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-Change-Id: Ic48715c0c041615d17d286790ae3e8c61bb28814 </div>
<div style="display:none"> Gerrit-Change-Number: 14885 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Benjamin Keith Ford <bford@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>