From 8ef41ca0b54e174c402b635ea65e2b8e2d6add69 Mon Sep 17 00:00:00 2001 From: markw Date: Tue, 6 Mar 2001 23:16:13 +0000 Subject: Thought of another janitorial item for the list. git-svn-id: svn://busybox.net/trunk/busybox@1991 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- docs/contributing.txt | 3 +++ 1 file changed, 3 insertions(+) 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. getopt. If a .c file processes no options, it should have a line that 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: http://www.securityfocus.com/frames/?content=/forums/secprog/secure-programming.html -- cgit v1.2.3-55-g6feb