This is D7249 minus the changes to dfsan.cc
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
compiler-rt/trunk/lib/dfsan/dfsan_custom.cc | ||
---|---|---|
1046 | Hi guys, should it be dfsan_set_label(0, ptr, sizeof(*ptr) so that we set label for what ptr points to. I think it can be problems when sizeof(ptr) != sizeof(*ptr). |
Hi guys, should it be dfsan_set_label(0, ptr, sizeof(*ptr) so that we set label for what ptr points to. I think it can be problems when sizeof(ptr) != sizeof(*ptr).