diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2014-07-08 13:28:01 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2014-07-08 13:28:01 +0000 |
| commit | a480d3013a76d5610b4e5939e27dcbf01bc92b43 (patch) | |
| tree | 83ce5e68259627c34ecd38556ead9c3d711c1604 /lldb/source/Commands/CommandObjectMemory.cpp | |
| parent | a4212c244a272b0b6f1153cdc330f1854f20d267 (diff) | |
| download | llvm-a480d3013a76d5610b4e5939e27dcbf01bc92b43.zip llvm-a480d3013a76d5610b4e5939e27dcbf01bc92b43.tar.gz llvm-a480d3013a76d5610b4e5939e27dcbf01bc92b43.tar.bz2 | |
tsan: fix a bug in metamap
The bug happens in the following case:
Mutex is located at heap block beginning,
when we call MutexDestroy, s->next is set to 0,
so free can't find the MBlock related to the block.
llvm-svn: 212531
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
0 files changed, 0 insertions, 0 deletions
