freebsd-nq/usr.sbin/config
Warner Losh faa913d76d Fix buffer overflows in filenames. If you had a path > 80 characters
for your /usr/obj/path/to/my/files path to the kernel, then weird
things happened.  make buildkernel would fail because config was
dumping core or generating bad file names (depending on the lenght of
the path).

While I was here, also use strlcpy, strlcat and snprintf (or asprintf)
as necessary.  Minor format policing for the snprintf calls as well.
2000-11-21 19:58:55 +00:00
..
SMM.doc
config.8 mdoc(7) police: use the new features of the Nm macro. 2000-11-20 20:10:44 +00:00
config.h
config.y
configvers.h
lang.l
main.c Fix buffer overflows in filenames. If you had a path > 80 characters 2000-11-21 19:58:55 +00:00
Makefile
mkheaders.c Fix buffer overflows in filenames. If you had a path > 80 characters 2000-11-21 19:58:55 +00:00
mkmakefile.c Fix buffer overflows in filenames. If you had a path > 80 characters 2000-11-21 19:58:55 +00:00
mkoptions.c Fix buffer overflows in filenames. If you had a path > 80 characters 2000-11-21 19:58:55 +00:00