https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6378
Pascal Quantin <pascal.quantin@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pascal.quantin@xxxxxxxxx
--- Comment #10 from Pascal Quantin <pascal.quantin@xxxxxxxxx> 2012-05-15 14:29:42 PDT ---
The main loop will stop when count becomes negative:
while ((offset < (toc_offset - 8)) && (count > 0)) {
So I guess we can close the bug.
Note that Guy's fix was reverted in the commit for bug 7256 and triggered bug
7261. I checked in a different fix (as explained in bug 7256 comment #4) so as
to please Frank Lahm while avoiding the "null" entries flood.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.