Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
compiler-rt/lib/dfsan/dfsan_custom.cpp | ||
---|---|---|
2078 | I haven't done this now because this one function would currently be the only place that would use it. The other code in dfsan_custom.cpp that have callbacks pass in data which is considered not tainted, so we can just zero it all. |
I haven't done this now because this one function would currently be the only place that would use it.
The other code in dfsan_custom.cpp that have callbacks pass in data which is considered not tainted, so we can just zero it all.