projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83acee6
)
Remove an obsolete comment
author
Fabian Keil
<fk@fabiankeil.de>
Sat, 12 Aug 2017 09:40:22 +0000
(09:40 +0000)
committer
Fabian Keil
<fk@fabiankeil.de>
Sat, 12 Aug 2017 09:40:22 +0000
(09:40 +0000)
fuzz.c
patch
|
blob
|
history
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.