diff options
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerInternal.h')
-rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerInternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerInternal.h b/compiler-rt/lib/fuzzer/FuzzerInternal.h index ca4cdf81e2d..f20dae01414 100644 --- a/compiler-rt/lib/fuzzer/FuzzerInternal.h +++ b/compiler-rt/lib/fuzzer/FuzzerInternal.h @@ -87,7 +87,7 @@ public: void HandleMalloc(size_t Size); static void MaybeExitGracefully(); - void WriteToOutputCorpus(const Unit &U); + std::string WriteToOutputCorpus(const Unit &U); private: void AlarmCallback(); |