This is an archive of the discontinued LLVM Phabricator instance.

[asan] Display ASan history threads in reverse chronological order
ClosedPublic

Authored by kubamracek on Jul 17 2015, 6:58 AM.

Details

Summary

For use-after-free bugs caught by ASan, we show an allocation and a deallocation stack trace. Let's display them in a "most recent event first" order, this patch does that.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek updated this revision to Diff 29999.Jul 17 2015, 6:58 AM
kubamracek retitled this revision from to [asan] Display ASan history threads in reverse chronological order.
kubamracek updated this object.

I am ok with this is Jason is

jasonmolenda accepted this revision.Jul 21 2015, 4:26 PM
jasonmolenda edited edge metadata.

Makes sense to me, please apply.

This revision is now accepted and ready to land.Jul 21 2015, 4:26 PM
This revision was automatically updated to reflect the committed changes.