X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=fuzz.c;h=7cb439de6cb976ebc1c7663ee03c03e759d11948;hp=e483ba322160e78fa847b9b52543e522e717068a;hb=a78dfbfe1fafe1c451c312c322e626e9e4b3393c;hpb=83acee61d2f7e4a3c2e6e9e6b582849867d2324e;ds=sidebyside 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.