freebsd-dev/lib/libcam
Kenneth D. Merry 9460610494 string cleanup:
- fix a potential overrun made worse by rev 1.5 of camlib.h
 - change strncpy() and strcpy() calls to strlcpy()
 - use sizeof(string[]) instead of STRING_LEN to avoid future problems
 - get rid of an unused variable

Thanks to BDE for pointing out some of the problems.

MFC after:	2 weeks
2002-05-14 04:32:02 +00:00
..
cam_cdbparse.3 Const'ify the CDB format string passed to the CDB parsing routines 2001-12-18 00:48:44 +00:00
cam.3
camlib.c string cleanup: 2002-05-14 04:32:02 +00:00
camlib.h Do not +1 with MAXPATHLEN. 2002-04-23 23:58:20 +00:00
Makefile
scsi_cmdparse.c Const'ify the CDB format string passed to the CDB parsing routines 2001-12-18 00:48:44 +00:00