Wireshark-commits: [Wireshark-commits] rev 53679: /trunk/epan/ /trunk/epan/: stats_tree.c
Date: Sat, 30 Nov 2013 21:00:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53679

User: mmann
Date: 2013/11/30 09:00 PM

Log:
 Better fix for uninitialized variable warning.  Part of bug 9452 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452)
 
 From Peter Wu.
 From me: Leave the "result" variable initialized because I'm not sure code analyzers will consider g_assert_not_reached() enough prevention from using uninitialized "result"

Directory: /trunk/epan/
  Changes    Path            Action
  +7 -2      stats_tree.c    Modified