Fix ip command to not crash when interface name is too long.
	  always use strncpy(.., IFNAMSIZ)

(Logical change 1.79)
diff --git a/ChangeLog b/ChangeLog
index 37b7501..43dbb1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-01  Stephen Hemminger  <shemminger@osdl.org>
+
+	* Fix ip command to not crash when interface name is too long.
+	  always use strncpy(.., IFNAMSIZ)
+
 2004-08-31  Stephen Hemminger  <shemminger@osdl.org>
 
 	* Add gact documentation from jamal