Use InternalScopedString more extensively. This reduces the number of
write() syscalls, and reduces the chance that UBSan output will be
mixed with program output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D18068
[UBSan] Improve bufferization of UBSan error reports. ClosedPublic Authored by samsonov on Mar 10 2016, 3:18 PM.
Details Summary Use InternalScopedString more extensively. This reduces the number of
Diff Detail
Event Timelinesamsonov updated this object. This revision is now accepted and ready to land.Mar 10 2016, 4:37 PM Closed by commit rL263176: [UBSan] Improve bufferization of UBSan error reports. (authored by samsonov). · Explain WhyMar 10 2016, 4:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 50376 compiler-rt/trunk/lib/ubsan/ubsan_diag.cc
|