NetBSD/usr.sbin/pkg_install/add
dmcmahill 43301f1fee Fix a buffer overrun bug. The TOOBIG macro had some hard coded constants
which needed to be set at compile time but weren't (to handle the case where
TAR_CMD was set to something other than "tar", eg "gtar".  In addition to
the constants being wrong, the wrong directory name was being examined for
its string length.

Add a few comments to hopefully avoid having this problem come back.
2000-07-24 20:09:15 +00:00
..
Makefile WARNSify, cleanup Makefiles 1997-10-17 14:53:18 +00:00
add.h Update prototype for "extract_plist()". 2000-06-17 11:30:49 +00:00
extract.c Fix a buffer overrun bug. The TOOBIG macro had some hard coded constants 2000-07-24 20:09:15 +00:00
futil.c Bring closer to /usr/share/misc/style with the aid of indent(1). 1999-08-24 00:48:37 +00:00
main.c avoid possible overflow of exit status 2000-06-16 23:48:23 +00:00
perform.c extract_plist() should inform caller when it aborts extract 2000-06-16 23:49:17 +00:00
pkg_add.1 FTP wildcard depends code, initial commit. 2000-01-19 23:28:28 +00:00