Wireshark-commits: [Wireshark-commits] rev 52209: /trunk/plugins/wimax/ /trunk/plugins/wimax/: pack

Date: Tue, 24 Sep 2013 21:06:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52209

User: mmann
Date: 2013/09/24 09:06 PM

Log:
 Prevent crashing as a result of tree removal in r52208.  Tree removal + this patch should be the "quick" fix to bug 5349 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5349).  I knew the tree check was preventing some dissection/column data/etc, but from the comments in bug 5349, the tree check was also protecting this (and maybe other) crashes (due to missed NULL checking).
 
 I want to follow up with some massive cleanup (remove PITEM_FINFO calls), but this with r52208 should be good enough to backport to 1.8 and 1.10 to fix bug 5349.  Cleanup shouldn't need to be backported.

Directory: /trunk/plugins/wimax/
  Changes    Path            Action
  +2 -2      packet-wmx.c    Modified