Hacker News new | ask | show | jobs
by hedora 268 days ago
tsan from LLVM works a bit better in my experience. I still like valgrind in general though!
1 comments

For fuzzing we don't use valgrind, but use Clang + ASan instead. All these tools have their niches.