https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3785
Dirk <doj@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |doj@xxxxxxxxx
--- Comment #10 from Dirk <doj@xxxxxxxxx> 2011-03-24 11:50:16 PDT ---
I vote to commit this change into Wireshark. Both functions,
tvb_length_remaining() and tvb_reported_length_remaining() can return -1 and
this case is not handled with a < comparison. The patch corrects that by using
a <= comparison.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.