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

Date: Fri, 16 Aug 2013 20:46:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51395

User: cmaynard
Date: 2013/08/16 01:46 PM

Log:
 Initialize val_len to avoid Clang warning: The right operand of '-' is a garbage value.  While in there, add some protection against tvb_length_remaining() possibly returning -1, or possibly being less than val_len.
 
 #BACKPORT(1.10)

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +19 -16    packet-rohc.c    Modified