diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-14 17:11:26 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-30 08:37:24 -0500 |
commit | 301eff0e90a727005d364ebc2e9a7ffaecd0a3ef (patch) | |
tree | fe2c7f67b3827b807b09c0fc92b8e73141474f37 /src/test/fuzz/fuzz_http.c | |
parent | 4afb155db2d9aaafe8dd1517e9619e6bd9c95751 (diff) | |
download | tor-301eff0e90a727005d364ebc2e9a7ffaecd0a3ef.tar.gz tor-301eff0e90a727005d364ebc2e9a7ffaecd0a3ef.zip |
fuzzing: Add copyright notices and whitespace fixes
Diffstat (limited to 'src/test/fuzz/fuzz_http.c')
-rw-r--r-- | src/test/fuzz/fuzz_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/fuzz_http.c b/src/test/fuzz/fuzz_http.c index 15d3726763..f069900a2c 100644 --- a/src/test/fuzz/fuzz_http.c +++ b/src/test/fuzz/fuzz_http.c @@ -37,7 +37,6 @@ mock_directory_handle_command_get(dir_connection_t *conn, if (headers) { log_debug(LD_GENERAL, "Header-Length:\n%zu\n", strlen(headers)); log_debug(LD_GENERAL, "Headers:\n%s\n", headers); - } log_debug(LD_GENERAL, "Body-Length:\n%zu\n", body_len); @@ -130,3 +129,4 @@ fuzz_main(const uint8_t *stdin_buf, size_t data_size) return 0; } + |