Wireshark-commits: [Wireshark-commits] rev 35377: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 05 Jan 2011 15:23:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35377

User: morriss
Date: 2011/01/05 07:23 AM

Log:
 Don't pass the result of tvb_get_ptr() into a %s format string: the string may
 not be NULL terminated.  Use tvb_get_ephemeral_string() instead.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +2 -2      packet-dua.c     Modified
  +6 -6      packet-iua.c     Modified
  +2 -2      packet-m2ua.c    Modified
  +1 -1      packet-m3ua.c    Modified
  +4 -4      packet-v5ua.c    Modified