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

Date: Sun, 13 Nov 2011 01:38:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39817

User: guy
Date: 2011/11/12 05:38 PM

Log:
 The sum of a guint16 and 2 does not necessarily fit in a guint16.  Put
 it into a gint, instead.  This should fix bug 6572, by preventing an
 infinite loop if the sum in question is 0 modulo 2^16.

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