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

Date: Wed, 05 Jan 2011 15:18:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35376

User: morriss
Date: 2011/01/05 07:18 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-sua.c    Modified