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

Date: Wed, 05 Jan 2011 17:16:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35379

User: morriss
Date: 2011/01/05 09:16 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-m2tp.c    Modified