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

Date: Wed, 05 Jan 2011 15:11:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35375

User: morriss
Date: 2011/01/05 07:11 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
  +1 -1      packet-sctp.c    Modified