Remove an obsolete comment
authorFabian Keil <fk@fabiankeil.de>
Sat, 12 Aug 2017 09:40:22 +0000 (09:40 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 12 Aug 2017 09:40:22 +0000 (09:40 +0000)
fuzz.c

diff --git a/fuzz.c b/fuzz.c
index e483ba3..7cb439d 100644 (file)
--- 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.