Wireshark-commits: [Wireshark-commits] rev 33847: /trunk-1.4/epan/dissectors/ /trunk-1.4/epan/disse
Date: Thu, 19 Aug 2010 02:48:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33847

User: morriss
Date: 2010/08/18 07:48 PM

Log:
 Pick up change from trunk:
 
 r33846 | morriss | 2010-08-18 22:17:01 -0400 (Wed, 18 Aug 2010) | 6 lines
 
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5114 (infinite loop in
 bootp dissector when dissecting packetcable MTA capabilities).
 
 Limit the tlv_len to G_MAXUINT16 to prevent an integer overflow from causing us to
 increment the working offset by 0 (thus causing us to loop).

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path              Action
  +2 -1      packet-bootp.c    Modified