NetBSD/lib/libterm
christos 566893d359 - use MAXPATHLEN to get the array size for the path we store.
- use strlcpy() instead of strncpy() to avoid the off-by-one error
  and the three missing '\0' terminations.
- perform bounds checks to make sure we don't turn this into a random
  memory writing tool using setenv HOME `perl -e 'print "a"x5000'`
2001-01-29 01:22:31 +00:00
..
TEST
Makefile
pathnames.h
shlib_version
termcap.3 fix spelling mistake and mention when the t_* functions appeared. 2001-01-05 23:05:08 +00:00
termcap.c - use MAXPATHLEN to get the array size for the path we store. 2001-01-29 01:22:31 +00:00
termcap.h
termcap_private.h
tgoto.c sprinkle some _DIAGASSERT()s in 2001-01-09 07:18:49 +00:00
tputs.c make tmspc10[] const 2001-01-23 15:56:46 +00:00