[all-commits] [llvm/llvm-project] 1e6d13: [scudo] Untag pointer in iterateOverChunks
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Jun 4 12:45:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e6d135325357d8c32fd0b0d7f668cad91d478bc
https://github.com/llvm/llvm-project/commit/1e6d135325357d8c32fd0b0d7f668cad91d478bc
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M compiler-rt/lib/scudo/standalone/combined.h
M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
Log Message:
-----------
[scudo] Untag pointer in iterateOverChunks
Pointer comparison in Lambda will not work on tagged pointers.
Reviewed By: pcc
Differential Revision: https://reviews.llvm.org/D103496
More information about the All-commits
mailing list