<p>Stefan Sperling <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/11784">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">properly initialize si3 in test_is_ccch_for_agch_setup()<br><br>Prevent potential use of uninitialized memory in paging test.<br><br>Change-Id: Ie8f8fc3c4a9e4cc18fc85b6822110de79da4246b<br>Related: CID#188828<br>---<br>M tests/paging/paging_test.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/tests/paging/paging_test.c b/tests/paging/paging_test.c</span><br><span>index 18708e2..f112404 100644</span><br><span>--- a/tests/paging/paging_test.c</span><br><span>+++ b/tests/paging/paging_test.c</span><br><span>@@ -116,7 +116,7 @@</span><br><span> {</span><br><span>    static struct gsm_bts_trx trx;</span><br><span>       static struct gsm_bts bts;</span><br><span style="color: hsl(0, 100%, 40%);">-      struct gsm48_system_information_type_3 si3;</span><br><span style="color: hsl(120, 100%, 40%);">+   struct gsm48_system_information_type_3 si3 = { 0 };</span><br><span>  si3.control_channel_desc.bs_ag_blks_res = bs_ag_blks_res;</span><br><span>    trx.bts = &bts;</span><br><span>  bts.si_valid |= 0x8;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11784">change 11784</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/11784"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Ie8f8fc3c4a9e4cc18fc85b6822110de79da4246b </div>
<div style="display:none"> Gerrit-Change-Number: 11784 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Stefan Sperling <ssperling@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Stefan Sperling <ssperling@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>