diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2019-02-15 18:38:03 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2019-02-15 18:38:03 +0000 |
commit | 2c0483f5a6e00ef96152c293229ad167e75d2a75 (patch) | |
tree | 0be4a6c3b9559a49fde50923691df6cef366b099 /lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/exceptions.cpp | |
parent | 2187a4fa6aaae7145eb2a712bfe9749a8df47463 (diff) | |
download | bcm5719-llvm-2c0483f5a6e00ef96152c293229ad167e75d2a75.tar.gz bcm5719-llvm-2c0483f5a6e00ef96152c293229ad167e75d2a75.zip |
Fix false positive when tag_in_malloc=0,tag_in_free=1.
Summary:
With tag_in_free=1, malloc() can not assume that the memory is untagged,
and needs to retag is to 0.
Reviewers: pcc, kcc
Subscribers: kubamracek, jfb, jdoerfert, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D58158
llvm-svn: 354155
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/exceptions.cpp')
0 files changed, 0 insertions, 0 deletions