Thought of another janitorial item for the list.
This commit is contained in:
parent
8b728a25a3
commit
6c563bc1a1
@ -202,6 +202,9 @@ These are dirty jobs, but somebody's gotta do 'em.
|
|||||||
getopt. If a .c file processes no options, it should have a line that
|
getopt. If a .c file processes no options, it should have a line that
|
||||||
reads: /* no options, no getopt */ somewhere in the file.
|
reads: /* no options, no getopt */ somewhere in the file.
|
||||||
|
|
||||||
|
- Replace any "naked" calls to malloc, calloc, realloc, str[n]dup, fopen with
|
||||||
|
the x* equivalents found in utility.c.
|
||||||
|
|
||||||
- Security audits:
|
- Security audits:
|
||||||
http://www.securityfocus.com/frames/?content=/forums/secprog/secure-programming.html
|
http://www.securityfocus.com/frames/?content=/forums/secprog/secure-programming.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user