Details
Details
- Reviewers
dblaikie - Commits
- rG0e7c2aeaa8c0: Add fuzzer for Rust demangler
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good, thanks!
llvm/tools/llvm-rust-demangle-fuzzer/llvm-rust-demangle-fuzzer.cpp | ||
---|---|---|
18–20 | Since free(nullptr) is a no-op, you could skip the 'if' here if you like. |
Since free(nullptr) is a no-op, you could skip the 'if' here if you like.