Wireshark-commits: [Wireshark-commits] rev 36383: /trunk/plugins/mate/ /trunk/plugins/mate/: mate_u

Date: Mon, 28 Mar 2011 17:05:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36383

User: cmaynard
Date: 2011/03/28 10:05 AM

Log:
 Don't use prohibited strncpy().  Use g_strlcpy() instead.  Ensures that "orig"
 will be NULL-terminated, even if len >= SCS_HUGE_SIZE.

Directory: /trunk/plugins/mate/
  Changes    Path           Action
  +2 -2      mate_util.c    Modified