<p>N A <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17583">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">chan_sip: Fix crash when accessing RURI before initiating outgoing call<br><br>Attempting to access ${CHANNEL(ruri)} in a pre-dial handler before<br>initiating an outgoing call will cause Asterisk to crash. This is<br>because a null field is accessed, resulting in an offset from null and<br>subsequent memory access violation.<br><br>Since RURI is not guaranteed to exist, we now check if the base<br>pointer is non-null before calculating an offset.<br><br>ASTERISK-29772<br><br>Change-Id: Icd3b02f07256bbe6615854af5717074087b95a83<br>---<br>M channels/sip/dialplan_functions.c<br>1 file changed, 6 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/83/17583/3</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17583">change 17583</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/+/17583"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Icd3b02f07256bbe6615854af5717074087b95a83 </div>
<div style="display:none"> Gerrit-Change-Number: 17583 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>