Wireshark-commits: [Wireshark-commits] rev 36337: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 25 Mar 2011 22:16:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36337

User: sfisher
Date: 2011/03/25 03:16 PM

Log:
 Fix coverity 268, 269, 546, 547, 548, 549 by checking for null return
 from p_get_proto_data() since it should have been set already by the
 calling function.  Any other case would be a bug, so call
 DISSECTOR_ASSERT in those cases.  Hopefully Coverity realizes that this
 is a null return value check.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +15 -6     packet-vnc.c    Modified