[all-commits] [llvm/llvm-project] 914f86: [HWASAN] Fix Metadata::IsAllocatedMetadata::IsAllo...
kstoimenov via All-commits
all-commits at lists.llvm.org
Mon Feb 6 15:48:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 914f86949ae497953249fef8278d6eda8f5fae0d
https://github.com/llvm/llvm-project/commit/914f86949ae497953249fef8278d6eda8f5fae0d
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_allocator.cpp
M compiler-rt/test/lsan/TestCases/malloc_zero.c
Log Message:
-----------
[HWASAN] Fix Metadata::IsAllocatedMetadata::IsAllocated to return true even if the requested size is 0.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D143438
More information about the All-commits
mailing list