Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5289] A GTK-ERROR can occur in packets when there are mult

Date: Tue, 2 Nov 2010 11:51:48 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5289

Chris Maynard <christopher.maynard@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Low                         |High
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
           Severity|Normal                      |Critical

--- Comment #2 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2010-11-02 11:51:45 PDT ---
Changed priority/severity to high/critical since critical is defined as
"crashes, ...", which happens with this bug.

Fixed in rev 34755 by removing the call to proto_item_set_len().  Wrapped the
remaining calls to proto_item_set_len() with "if (ti != NULL)", although I'm
not sure if those other calls are needed either.  Since this caused a crash, I
scheduled this fix to be backported to 1.4.2 and 1.2.13.

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