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

Unified Diff: testing/libfuzzer/fuzzers/BUILD.gn

Issue 1531743002: fuzzer for third_party icu::UnicodeString::UnicodeString (invokes doCodepageCreate) implemented (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed confusing local var + fixed buffer passed to UnicodeString constructor Created 5 years 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 | testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index 2180d361075da361b62e934223aeae4b97d8d3bd..abcd7ab0bf028a24f6a58567a14e37e9fec1793f 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -264,3 +264,12 @@ fuzzer_test("libxml_xml_read_memory_fuzzer") {
"//third_party/libxml:libxml",
]
}
+
+fuzzer_test("unicode_string_codepage_create_fuzzer") {
+ sources = [
+ "unicode_string_codepage_create_fuzzer.cc",
+ ]
+ deps = [
+ "//third_party/icu",
+ ]
+}
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/unicode_string_codepage_create_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698