<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/22155">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts: fix uninitialized memaccess in BTS::send_gsmtap()<br><br>Change-Id: I7c5105c9e8a2c680dc8b24cc5e3bda6f7405a3ee<br>Fixes: CID#216511<br>---<br>M src/bts.cpp<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/55/22155/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/bts.cpp b/src/bts.cpp</span><br><span>index 87afc9f..307df94 100644</span><br><span>--- a/src/bts.cpp</span><br><span>+++ b/src/bts.cpp</span><br><span>@@ -529,7 +529,7 @@</span><br><span>                     uint8_t ts_no, uint8_t channel, uint32_t fn,</span><br><span>                 const uint8_t *data, unsigned int len)</span><br><span> {</span><br><span style="color: hsl(0, 100%, 40%);">-       struct pcu_l1_meas meas;</span><br><span style="color: hsl(120, 100%, 40%);">+      struct pcu_l1_meas meas = { 0 };</span><br><span>     send_gsmtap_meas(categ, uplink, trx_no, ts_no, channel, fn, data, len, &meas);</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/22155">change 22155</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/+/22155"/><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: I7c5105c9e8a2c680dc8b24cc5e3bda6f7405a3ee </div>
<div style="display:none"> Gerrit-Change-Number: 22155 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>