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 remove obsolete register declarations 1998-02-03 19:12:13 +00:00
Makefile use ${SHLIB_FULLVERSION} instead of ${SHLIB_MAJOR}.${SHLIB_MINOR} 2000-07-03 21:10:57 +00:00
pathnames.h clean up import, roll forward local fixes, clean up Ids 1995-02-27 10:18:34 +00:00
shlib_version * Fixed Makefile to proper set includes path 2000-05-28 09:58:15 +00:00
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 * Fixed Makefile to proper set includes path 2000-05-28 09:58:15 +00:00
termcap_private.h * Improve the handling of BC and UP in t_goto, t_getent now queries 2000-06-03 07:14:55 +00:00
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