[all-commits] [llvm/llvm-project] 011761: [HWASAN] Modify HwasanAllocate to set the size to ...
kstoimenov via All-commits
all-commits at lists.llvm.org
Mon Feb 6 16:36:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01176191d2fc3fd6807a362fec9702990a46a97c
https://github.com/llvm/llvm-project/commit/01176191d2fc3fd6807a362fec9702990a46a97c
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M compiler-rt/test/hwasan/TestCases/malloc-test.c
M compiler-rt/test/hwasan/TestCases/new-test.cpp
Log Message:
-----------
[HWASAN] Modify HwasanAllocate to set the size to 1 if requested size is 0
This should keep it consistent with LSAN and ASAN,
Reviewed By: vitalybuka, MaskRay
Differential Revision: https://reviews.llvm.org/D143438
More information about the All-commits
mailing list