<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/17053">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm_rlcmac.cpp: fix another global-buffer-overflow error reported by ASAN<br><br>Port from wireshark.git aa3bbe5aebdc180172e7956719b26199e4784fcc.<br><br>Ported-by: Pau Espin Pedrol <pespin@sysmocom.de><br>Change-Id: I808ec66011cdfe8e1193298f7fb7e92d25b45be4<br>---<br>M src/gsm_rlcmac.cpp<br>1 file changed, 4 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gsm_rlcmac.cpp b/src/gsm_rlcmac.cpp</span><br><span>index 546e7fb..839bfbb 100644</span><br><span>--- a/src/gsm_rlcmac.cpp</span><br><span>+++ b/src/gsm_rlcmac.cpp</span><br><span>@@ -1130,7 +1130,10 @@</span><br><span>   M_NEXT_EXIST (Ext_Channel_Request_desc_t, Exist_LCC_PDU, 1),</span><br><span>   M_UINT       (Ext_Channel_Request_desc_t,  LCC_PDU,  1),</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  M_NEXT_EXIST (Ext_Channel_Request_desc_t, Exist_Ext_Channel_Request_desc, 1), /* Don't use M_REC_TARRAY as we don't support multiple TBFs */</span><br><span style="color: hsl(120, 100%, 40%);">+ /* Don't use M_REC_TARRAY as we don't support multiple TBFs</span><br><span style="color: hsl(120, 100%, 40%);">+  M_NEXT_EXIST (Ext_Channel_Request_desc_t, Exist_Ext_Channel_Request_desc, 1),</span><br><span style="color: hsl(120, 100%, 40%);">+  M_TYPE       (Ext_Channel_Request_desc_t, Ext_Channel_Request_desc, Ext_Channel_Request_desc_t),*/</span><br><span style="color: hsl(120, 100%, 40%);">+  M_UINT       (Ext_Channel_Request_desc_t, Exist_Ext_Channel_Request_desc, 1),</span><br><span> </span><br><span> CSN_DESCR_END  (Ext_Channel_Request_desc_t)</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/17053">change 17053</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/c/osmo-pcu/+/17053"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I808ec66011cdfe8e1193298f7fb7e92d25b45be4 </div>
<div style="display:none"> Gerrit-Change-Number: 17053 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>