Wireshark-commits: [Wireshark-commits] rev 53964: /trunk/ /trunk/epan/dissectors/: packet-h264.c pa

Date: Thu, 12 Dec 2013 18:10:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53964

User: cmaynard
Date: 2013/12/12 06:10 PM

Log:
 Reject the packet if data is NULL.  Remove _U_ where data is actually used.  For now, leave the DISSECTOR_ASSERT's since both get_rose_ctx() and get_asn1_ctx() also check signatures.
 
 (Arguably it's the responsibility of the dissector passing this information to set the signature correctly so if there's an invalid signature, the bug is with the calling dissector and not with the one receiving the invalid signature.)

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +18 -5     packet-h264.c    Modified
  +23 -14    packet-h450.c    Modified
  +13 -8     packet-h460.c    Modified

Directory: /trunk/asn1/h450/
  Changes    Path                      Action
  +21 -12    packet-h450-template.c    Modified

Directory: /trunk/asn1/h460/
  Changes    Path                      Action
  +11 -6     packet-h460-template.c    Modified