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

Date: Wed, 16 Nov 2011 01:37:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39872

User: cmaynard
Date: 2011/11/15 05:37 PM

Log:
 Delete pointless orig_offset variable, initialize speech_data_len[], use tvb_reported_length() instead of tvb_length(), and protect against a possible buffer overflow.  This should fix the Clang warning, "packet-evrc.c:364:41: warning: The right operand of '>=' is a garbage value", among other things.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +7 -8      packet-evrc.c    Modified