[all-commits] [llvm/llvm-project] b42fa0: Revert "[Asan] Fix false leak report"
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Sep 16 00:26:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b42fa0c040961b3704e826ddc969c0e98238c3ba
https://github.com/llvm/llvm-project/commit/b42fa0c040961b3704e826ddc969c0e98238c3ba
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M compiler-rt/lib/asan/asan_allocator.cpp
R compiler-rt/test/asan/TestCases/redzone_noleak.cpp
Log Message:
-----------
Revert "[Asan] Fix false leak report"
Additional investigated confirmed that issue is not about
AddrIsInside, but missing registers.
This reverts commit 9d01612db48fa27d18c6320974b8d711572e5c67.
More information about the All-commits
mailing list