Added some words on use of getopt in applets.

This commit is contained in:
Mark Whitley
2001-03-03 00:44:55 +00:00
parent 323434be42
commit 9ead68975c
2 changed files with 50 additions and 1 deletions

View File

@@ -197,6 +197,11 @@ Janitorial Work
These are dirty jobs, but somebody's gotta do 'em.
- Converting applets to use getopt() for option processing. Type 'grep -L
getopt *.c' to get a listing of the applets that currently don't use
getopt. If a .c file processes no options, it should have a line that
reads: /* no options, no getopt */ somewhere in the file.
- Security audits:
http://www.securityfocus.com/frames/?content=/forums/secprog/secure-programming.html