diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-06 23:16:13 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-06 23:16:13 +0000 |
commit | 8ef41ca0b54e174c402b635ea65e2b8e2d6add69 (patch) | |
tree | 29d432d2b7072f9ab57aa3833277fef2762fbf49 | |
parent | ea0949e1f98313539fce67a4ce0f115ece56de39 (diff) | |
download | busybox-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.txt | 3 |
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 | ||