1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/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 Add ia64 support. 2000-09-29 13:36:47 +00:00
config.y Make it possible to specify profiling in the kernel config file. 2000-10-14 08:33:22 +00:00
configvers.h Make it possible to specify profiling in the kernel config file. 2000-10-14 08:33:22 +00:00
lang.l Make it possible to specify profiling in the kernel config file. 2000-10-14 08:33:22 +00:00
main.c Fix buffer overflows in filenames. If you had a path > 80 characters 2000-11-21 19:58:55 +00:00
Makefile Borrow phk's axe and apply the next stage of config(8)'s evolution. 2000-06-13 22:28:50 +00:00
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