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

Date: Mon, 17 Jun 2013 15:39:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49983

User: cmaynard
Date: 2013/06/17 08:39 AM

Log:
 tvb_length_remaining() can return -1 so don't cast its return value to an unsigned type when performing integer comparisons.  Instead, cast strlen()'s return value to a signed type and perform the comparison that way.
 #BACKPORT(1.10,1.8)

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