In Fuzzer, CurrentUnitData is allocated but never get free, so free it in the destructor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Fuzzer is never deleted. I added ~Fuzzer() = delete; to be sure
compiler-rt/lib/fuzzer/FuzzerLoop.cpp | ||
---|---|---|
162–164 | patch is wrong, code like this is not in the tree |
patch is wrong, code like this is not in the tree