commit | 65562f52817d3667813aa1a879ab8849877f439d | [log] [tgz] |
---|---|---|
author | Evgeniy Stepanov <[email protected]> | Mon Sep 16 11:03:31 2013 |
committer | Evgeniy Stepanov <[email protected]> | Mon Sep 16 11:03:31 2013 |
tree | 8ba1adf955acbcc476aad8749d18f612ae81fcf9 | |
parent | 05bcde6d9a79c2356a25bde8d6d9d63794bc6029 [diff] |
[msan] Fix origin of deallocated memory. MSan poisons deallocated memory but it used to give it an invalid origin value, resulting in confusing reports. This change associates deallocation stack trace with such memory. Note that MSan does not have quarantine, and use-after-free detection is very limited. llvm-svn: 190781