Wireshark-commits: [Wireshark-commits] rev 39626: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 27 Oct 2011 01:48:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39626

User: morriss
Date: 2011/10/26 06:48 PM

Log:
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6491 :
 
 Don't set mr_mult_req_info->num_services until we're sure we've
 initialized the full structure for that service.  Otherwise if we
 happen to throw an exception before initializing the whole
 structure, we'll core someplace (like dissect_cip_generic_service_rsp())
 which expects all num_services entries to be fully initialized.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +9 -1      packet-cip.c    Modified