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 43699: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 13 Jul 2012 21:14:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43699

User: cmaynard
Date: 2012/07/13 02:14 PM

Log:
 tvb_length_remaining() can return -1, so don't assign its return value to an unsigned integer and don't check it against non-zero but greater than zero.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +47 -50    packet-batadv.c    Modified