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

Unified Diff: net/BUILD.gn

Issue 2323913003: Add simple fuzzer for HttpAuthChallengeTokenizer (Closed)
Patch Set: add base64_param() call 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/http/http_auth_challenge_tokenizer_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 90fd51791a318ba1c1de09b61ed73faec660a914..3d5b0db122feea2b5b3738aa95124752964d3804 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -2044,3 +2044,15 @@ fuzzer_test("net_url_request_fuzzer") {
]
dict = "data/fuzzer_dictionaries/net_url_request_fuzzer.dict"
}
+
+fuzzer_test("net_auth_challenge_tokenizer_fuzzer") {
+ sources = [
+ "http/http_auth_challenge_tokenizer_fuzzer.cc",
+ ]
+ deps = [
+ ":net_fuzzer_test_support",
+ ":test_support",
+ "//base",
+ "//net",
+ ]
+}
« no previous file with comments | « no previous file | net/http/http_auth_challenge_tokenizer_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698