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

Unified Diff: net/BUILD.gn

Issue 1920093005: Add a fuzzer for DNS hosts parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test with both comma modes Created 4 years, 8 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/dns/dns_hosts_parse_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 e997cc7d86fc1ba920fb0e08d508eb1fb6e7191c..44c0a43fd51f150a87cf7752156c6eb87c348b4e 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1789,6 +1789,17 @@ fuzzer_test("net_dns_record_fuzzer") {
]
}
+fuzzer_test("net_dns_hosts_parse_fuzzer") {
+ sources = [
+ "dns/dns_hosts_parse_fuzzer.cc",
+ ]
+ deps = [
+ ":net_fuzzer_test_support",
+ "//base",
+ "//net",
+ ]
+}
+
fuzzer_test("net_http_stream_parser_fuzzer") {
sources = [
"http/http_stream_parser_fuzzer.cc",
« no previous file with comments | « no previous file | net/dns/dns_hosts_parse_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698