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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D11295
[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
Event Timelinekubamracek retitled this revision from to [asan] Display ASan history threads in reverse chronological order. kubamracek updated this object. This revision is now accepted and ready to land.Jul 21 2015, 4:26 PM Closed by commit rL242902: [asan] Display ASan history threads in reverse chronological order (authored by kuba.brecka). · Explain WhyJul 22 2015, 7:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30351 lldb/trunk/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
lldb/trunk/test/functionalities/asan/TestMemoryHistory.py
|