Replace strlcpy() with xstrcpy(), which exits if the string won't fit.
authorRob Landley <rob@landley.net>
Mon, 19 Nov 2007 07:51:00 +0000 (01:51 -0600)
committerRob Landley <rob@landley.net>
Mon, 19 Nov 2007 07:51:00 +0000 (01:51 -0600)
commite15850ae972957d097eeadfd5721e3ac8f10fd4e
treefa0a4d4f4404a3476d684a3a50d3ccb9e89548db
parentefa93b987a355385d0b1a1ac4e3a0e25db63b494
Replace strlcpy() with xstrcpy(), which exits if the string won't fit.
lib/lib.c
lib/lib.h