Wireshark-bugs: [Wireshark-bugs] [Bug 7862] Buildbot crash output: fuzz-2012-10-14-20197.pcap

Date: Fri, 23 Nov 2012 13:19:43 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7862

Bill Meier <wmeier@xxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Bill Meier <wmeier@xxxxxxxxxxx> 2012-11-23 13:19:43 PST ---
Dissector code reworked in SVN #46158.

In addition to improving the dissection, I removed almost all usage of
tvb_length_remaining().

Philosophy: In general, instead of testing if data is available to proceed with
a dissection, just let an exception be thrown if there's insufficient data.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.