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

Date: Thu, 21 Nov 2013 00:38:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53461

User: guy
Date: 2013/11/21 12:38 AM

Log:
 strncpy() consideered unsafe (it doesn't, for example, guarantee that
 the result is null-terminated); use g_strlcpy() (which *does* guarantee
 null termination) instead.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -1      packet-dcerpc.c    Modified