Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the
authorRob Landley <rob@landley.net>
Thu, 15 Nov 2007 22:18:33 +0000 (16:18 -0600)
committerRob Landley <rob@landley.net>
Thu, 15 Nov 2007 22:18:33 +0000 (16:18 -0600)
commit59f757e4d7162ce24b4630c38460c33196a0bfc5
treea22ab30120ad14b516fbb1af9ab78c069498f4c1
parentce8aae448a43d42d8781a72a67235dba8e977aa0
Change strlcpy not to use strncpy.  (Adds 24 bytes, but doesn't memset the
unused portion of the buffer to 0, which can touch and allocate physical
pages for a large virtual mapping.)
lib/lib.c