Updates the function signature and comments for backtracing (and printing
backtraces). This update brings GWP-ASan in line with future requirements for
stack frame compression, wherein the length of the trace is provided
explicitly, rather than relying on nullptr-termination.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
compiler-rt/lib/gwp_asan/options.h | ||
---|---|---|
24 ↗ | (On Diff #214672) | Replace tabs with spaces. |
Comment Actions
- Update comment format.
compiler-rt/lib/gwp_asan/options.h | ||
---|---|---|
24 ↗ | (On Diff #214672) | This actually got caught up in my comment auto-formatter and it mucked it up. Have fixed it up, thanks for the catch. |