This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
lib
/
libterm
History
mikel
353ffc1765
add bounds-checking code to make sure we don't overflow the static
...
buffer. it's gross, but there's no real alternative. fixes PR 3330.
1997-03-14 07:56:39 +00:00
..
TEST
…
Makefile
…
pathnames.h
…
shlib_version
…
termcap.3
…
termcap.c
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
1997-01-23 14:01:45 +00:00
termcap.h
…
tgoto.c
add bounds-checking code to make sure we don't overflow the static
1997-03-14 07:56:39 +00:00
tputs.c
…