Commit: af323066848d6921dbbafaf70bbef9835542c98c
Parent: 412e945fc4c3d43bd4a1317f7fa82747dcab2eda
Author: Jakub Tyszkowski <jakub.tyszkowski@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-07-25 14:34:44
Tree: cb247a81bc45c3f60318d094a57d9c007f50822c

android/tester-ng: Fix not initializing step This fixes the following vagrind report: ==12708== 4 errors in context 1 of 1: ==12708== Conditional jump or move depends on uninitialised value(s) ==12708== at 0x40E359: verify_step (tester-main.c:416) ==12708== by 0x40E5FD: verify_action (tester-main.c:540) ==12708== by 0x5083CE4: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0) ==12708== by 0x5084047: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0) ==12708== by 0x5084309: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0) ==12708== by 0x40D51C: tester_run (tester.c:812) ==12708== by 0x40251E: main (tester-main.c:1496)

Diffstat

M android/tester-socket.c | 2 +-

1 files changed, 1 insertions(+), 1 deletions(-)

View Full Diff | Patch