From cc4214a4290a1d764d511b90beb48d55332b2bd1 Mon Sep 17 00:00:00 2001 From: aravind sirsikar Date: Fri, 9 Dec 2016 16:12:42 +0530 Subject: Sanitizer build fix for TbfTest Change-Id: Ia6993fd6f89c9d9ed00ec6cb4b27953e72fa1f52 --- tests/tbf/TbfTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tbf/TbfTest.cpp b/tests/tbf/TbfTest.cpp index 213bd12..bebb6ef 100644 --- a/tests/tbf/TbfTest.cpp +++ b/tests/tbf/TbfTest.cpp @@ -2124,6 +2124,8 @@ static void test_tbf_epdan_out_of_rx_window(void) gprs_rlc_v_b *prlcmvb; gprs_rlc_dl_window *prlcdlwindow; + memset(&ul_control_block, 0, sizeof(RlcMacUplink_t)); + printf("=== start %s ===\n", __func__); bts = the_bts.bts_data(); -- cgit v1.2.3