aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/contributing.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt
index d9a7d3d00..93e808c78 100644
--- a/docs/contributing.txt
+++ b/docs/contributing.txt
@@ -202,6 +202,9 @@ These are dirty jobs, but somebody's gotta do 'em.
202 getopt. If a .c file processes no options, it should have a line that 202 getopt. If a .c file processes no options, it should have a line that
203 reads: /* no options, no getopt */ somewhere in the file. 203 reads: /* no options, no getopt */ somewhere in the file.
204 204
205 - Replace any "naked" calls to malloc, calloc, realloc, str[n]dup, fopen with
206 the x* equivalents found in utility.c.
207
205 - Security audits: 208 - Security audits:
206 http://www.securityfocus.com/frames/?content=/forums/secprog/secure-programming.html 209 http://www.securityfocus.com/frames/?content=/forums/secprog/secure-programming.html
207 210