freebsd-dev/usr.bin/ctags
Crist J. Clark e075483771 It was pointed out[0] that ctags(1) uses some potentially dangerous
system(3) calls where user-supplied data is used with no sanity
checking. Since ctags(1) is not setuid and is not likely to be used
in a privileged situation, this is not a big deal. However, the
fix is relatively easy and less ugly than the current code, let's be
safe. (I'm sure there are about 2^134 other system(3) calls like this
out there.)

[0] On freebsd-security by Roman Bogorodskiy <bogorodskiy@inbox.ru>
with subject "ctags(1) command execution vulnerability."

MFC after:	3 days
2004-05-07 19:44:40 +00:00
..
test
C.c ANSIify function definitions to avoid a warning. 2002-07-28 15:50:38 +00:00
ctags.1 The .Xr files 2003-06-08 13:43:56 +00:00
ctags.c It was pointed out[0] that ctags(1) uses some potentially dangerous 2004-05-07 19:44:40 +00:00
ctags.h remove __P 2002-03-22 01:22:50 +00:00
fortran.c ANSIify function definitions to avoid a warning. 2002-07-28 15:50:38 +00:00
lisp.c ANSIify function definitions to avoid a warning. 2002-07-28 15:50:38 +00:00
Makefile Remove leaf node WARNS?=2 (that mainly I added). This should 2002-02-08 22:31:43 +00:00
print.c ANSIify function definitions to avoid a warning. 2002-07-28 15:50:38 +00:00
tree.c ANSIify function definitions to avoid a warning. 2002-07-28 15:50:38 +00:00
yacc.c ANSIify function definitions to avoid a warning. 2002-07-28 15:50:38 +00:00