<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/9596">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">chan_alloc: Fix crash when failing to allocate channel<br><br>Fix a really silly bug I introduced recently (same commit in<br>osmo-bsc.git doesn't contain the issue).<br><br>Fixes: d05d05b2773a1dc96a51104034942d504f2b1166<br>Related: SYS#4254<br>Change-Id: I7bac2ce001d4a6dcea2a896af30edf84942b68de<br>---<br>M openbsc/src/libbsc/chan_alloc.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/openbsc/src/libbsc/chan_alloc.c b/openbsc/src/libbsc/chan_alloc.c</span><br><span>index 97c1902..606dfa7 100644</span><br><span>--- a/openbsc/src/libbsc/chan_alloc.c</span><br><span>+++ b/openbsc/src/libbsc/chan_alloc.c</span><br><span>@@ -363,7 +363,7 @@</span><br><span>              struct challoc_signal_data sig;</span><br><span> </span><br><span>          LOGP(DRLL, LOGL_ERROR, "(bts=%d) Failed to allocate %s channel\n",</span><br><span style="color: hsl(0, 100%, 40%);">-                 gsm_ts_and_pchan_name(bts->nr), gsm_lchant_name(type));</span><br><span style="color: hsl(120, 100%, 40%);">+                    bts->nr, gsm_lchant_name(type));</span><br><span> </span><br><span>                 sig.bts = bts;</span><br><span>               sig.type = type;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9596">change 9596</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/9596"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: openbsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I7bac2ce001d4a6dcea2a896af30edf84942b68de </div>
<div style="display:none"> Gerrit-Change-Number: 9596 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>