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

Unified Diff: net/BUILD.gn

Issue 2309723002: Support split chunk input for WebSocketFrameParser fuzzer (Closed)
Patch Set: Created 4 years, 3 months 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 | « no previous file | net/websockets/websocket_frame_parser_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 952e97dab56a299ff940e7808776497d0387b26a..7ee977c7ef0a0951194e6481079c4ee766b4f7b4 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1956,6 +1956,7 @@ fuzzer_test("net_websocket_frame_parser_fuzzer") {
"//net",
]
dict = "data/fuzzer_dictionaries/net_websocket_frame_parser_fuzzer.dict"
+ libfuzzer_options = [ "max_len=256" ]
}
fuzzer_test("net_http_chunked_decoder_fuzzer") {
« no previous file with comments | « no previous file | net/websockets/websocket_frame_parser_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698