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