Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Thu, 24 May 2012 23:14:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42837

User: cmaynard
Date: 2012/05/24 04:14 PM

Log:
 tvb_reported_length_remaining() can return a negative number.  In dissect_gadu_gadu_userlist80_compressed(), bail out if it does.  Fixes Coverity CID 703085.  In dissect_gadu_gadu_stringz_cp1250(), be sure to compare against its return value as being only positve rather than non-zero.  Also, fixed a couple of typos.

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