Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: net/filter/gzip_source_stream_fuzzer.cc

Issue 2463233002: Add a BrotliSourceStream fuzzer (Closed)
Patch Set: Correct typo in gzip file Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/filter/brotli_source_stream_fuzzer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/filter/gzip_source_stream_fuzzer.cc
diff --git a/net/filter/gzip_source_stream_fuzzer.cc b/net/filter/gzip_source_stream_fuzzer.cc
index e380ca7f0179a59ca3e2d71c93234369aa7d45d9..4d1d7f097b7fd1bb5b8727e4e1c54b78330f0078 100644
--- a/net/filter/gzip_source_stream_fuzzer.cc
+++ b/net/filter/gzip_source_stream_fuzzer.cc
@@ -13,7 +13,7 @@
// Fuzzer for GzipSourceStream.
//
-// |data| is used to create a FuzzedSocket.
+// |data| is used to create a FuzzedSourceStream.
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
net::TestCompletionCallback callback;
base::FuzzedDataProvider data_provider(data, size);
« no previous file with comments | « net/filter/brotli_source_stream_fuzzer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698