summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerDriver.cpp')
-rw-r--r--llvm/lib/Fuzzer/FuzzerDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerDriver.cpp b/llvm/lib/Fuzzer/FuzzerDriver.cpp
index e8c117ef608..595e39759c9 100644
--- a/llvm/lib/Fuzzer/FuzzerDriver.cpp
+++ b/llvm/lib/Fuzzer/FuzzerDriver.cpp
@@ -286,7 +286,7 @@ int FuzzerDriver(const std::vector<std::string> &Args,
Fuzzer F(USF, Options);
for (auto &U: Dictionary)
- USF.GetMD().AddWordToDictionary(U.data(), U.size());
+ USF.GetMD().AddWordToManualDictionary(U);
// Timer
if (Flags.timeout > 0)
OpenPOWER on IntegriCloud