From: Fabian Keil Date: Sat, 12 Aug 2017 09:40:22 +0000 (+0000) Subject: Remove an obsolete comment X-Git-Tag: v_3_0_27~89 X-Git-Url: http://www.privoxy.org/gitweb/%3Ctable?a=commitdiff_plain;h=a78dfbfe1fafe1c451c312c322e626e9e4b3393c;p=privoxy.git Remove an obsolete comment --- diff --git a/fuzz.c b/fuzz.c index e483ba32..7cb439de 100644 --- a/fuzz.c +++ b/fuzz.c @@ -530,8 +530,6 @@ int fuzz_server_header(struct client_state *csp, char *fuzz_input_file) * Description : Process the fuzzed input in a specified file treating * it like the input type specified. * - * XXX: Does not check malloc succcess. - * * Parameters : * 1 : fuzz_input_type = Type of input. * 2 : fuzz_input_file = File to read the input from.