<p>Neels Hofmeyr <strong>uploaded patch set #2</strong> to the change originally created by tnt.</p><p><a href="https://gerrit.osmocom.org/13963">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">libmsc: Make sure to not dereference a NULL trans<br><br>All those were identified by gcc. At this point in the code, trans is<br>NULL and so you can't call LOG_TRANS because it will try to access the<br>log_subsys field.<br><br>Instead call LOG_TRANS_CAT with manually specified category where<br>applicable (or other logging primitive depending on what the surrounding<br>code does)<br><br>Change-Id: Ia14bd28e1db570c487ad8e90e29a69208e2226f2<br>Signed-off-by: Sylvain Munaut <tnt@246tNt.com><br>Tweaked-by: neels<br>---<br>M src/libmsc/gsm_04_08_cc.c<br>M src/libmsc/gsm_04_11.c<br>M src/libmsc/gsm_09_11.c<br>M src/libmsc/transaction.c<br>4 files changed, 15 insertions(+), 15 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/63/13963/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/13963">change 13963</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/13963"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Ia14bd28e1db570c487ad8e90e29a69208e2226f2 </div>
<div style="display:none"> Gerrit-Change-Number: 13963 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: tnt <tnt@246tNt.com> </div>
<div style="display:none"> Gerrit-Assignee: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: tnt <tnt@246tNt.com> </div>
<div style="display:none"> Gerrit-CC: Vadim Yanitskiy <axilirator@gmail.com> </div>