Wireshark-commits: [Wireshark-commits] rev 49611: / /trunk-1.8/epan/dissectors/: packet-capwap.c

Date: Wed, 29 May 2013 14:08:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49611

User: morriss
Date: 2013/05/29 07:08 AM

Log:
 Copy over from the trunk in order to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8725 :
 
   ------------------------------------------------------------------------
   r43716 | cmaynard | 2012-07-14 15:52:18 -0400 (Sat, 14 Jul 2012) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-capwap.c
 
   Don't pass the return value of tvb_length_remaining() to fragment_add_check(), as it might have been -1.
   Fixes Coverity CID 280510: Improper use of negative value.
 
   ------------------------------------------------------------------------

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path               Action
  +5 -1      packet-capwap.c    Modified