ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Mon, 30 Jul 2012 23:43:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44146

User: cmaynard
Date: 2012/07/30 04:43 PM

Log:
 tvb_length_remaining() can return -1 if the offset is out of bounds.  Be sure to deal with it if it does.  Fixes Coverity CID 280523: Improper use of negative value.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +2 -0      packet-rpcap.c    Modified