ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3827] Buildbot crash output: fuzz-2009-08-08-25901.pcap

Date: Sat, 8 Aug 2009 18:25:51 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3827


Guy Harris <guy@xxxxxxxxxxxx> changed:

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




--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx>  2009-08-08 18:25:50 PDT ---
Don't use DISSECTOR_ASSERT() to check a packet's contents; it's not a dissector
bug if the packet isn't what you're expecting (well, it's a dissector bug if it
can't handle it when it's valid contents, but don't use DISSECTOR_ASSERT(), so
it doesn't show up as a fuzz-testing bug).

Fixed in revision 29339.


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