Wireshark-commits: [Wireshark-commits] rev 51020: /trunk/epan/ /trunk/epan/: proto.c

Date: Mon, 29 Jul 2013 21:10:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51020

User: martink
Date: 2013/07/29 02:10 PM

Log:
 add a NULL check to report_type_length_mismatch()
     
 this might be called via proto_tree_add_item() with tree==NULL
 which results in a crash

Directory: /trunk/epan/
  Changes    Path          Action
  +8 -6      proto.c       Modified