<p>Keith Whyte <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/13929">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">libgtp: don't call sgsn_pdp_ctx_free() with NULL pdp<br><br>In [osmo-ggsn]:gtp.c:gtp_delete_pdp_conf():<br><br>When the condition pdp_getgtp1(&pdp, get_tei(pack)) returns true<br>we then call gsn->cb_conf(type, EOF, NULL, cbp);<br><br>This NULL pdp will cause a crash later in<br>delete_pdp_conf()<br>  sgsn_pdp_ctx_free()<br>    rate_ctr_group_free()<br><br>So just return on NULL pdp to prevent this crash.<br><br>Related: OS#3956<br>Change-Id: I184dcce27b26104c61d80b2d910388d5d3323def<br>---<br>M src/gprs/sgsn_libgtp.c<br>1 file changed, 5 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/29/13929/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/13929">change 13929</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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.osmocom.org/13929"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sgsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I184dcce27b26104c61d80b2d910388d5d3323def </div>
<div style="display:none"> Gerrit-Change-Number: 13929 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Keith Whyte <keith@rhizomatica.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Keith Whyte <keith@rhizomatica.org> </div>
<div style="display:none"> Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu> </div>