http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2313
--- Comment #2 from Stephen Fisher <stephentfisher@xxxxxxxxx> 2008-03-14 18:40:52 GMT ---
It's probably because this variable is used now outside of along with inside
the TRY block below it. I usually solve this by making the variable in
question (next_tvb in this case) volatile since the exception handling code
uses longjmp.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.