aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-06 23:16:13 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-06 23:16:13 +0000
commit8ef41ca0b54e174c402b635ea65e2b8e2d6add69 (patch)
tree29d432d2b7072f9ab57aa3833277fef2762fbf49
parentea0949e1f98313539fce67a4ce0f115ece56de39 (diff)
downloadbusybox-w32-8ef41ca0b54e174c402b635ea65e2b8e2d6add69.tar.gz
busybox-w32-8ef41ca0b54e174c402b635ea65e2b8e2d6add69.tar.bz2
busybox-w32-8ef41ca0b54e174c402b635ea65e2b8e2d6add69.zip
Thought of another janitorial item for the list.
git-svn-id: svn://busybox.net/trunk/busybox@1991 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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