[all-commits] [llvm/llvm-project] aac000: [scudo] Clean the TODO in list.h (#119323)
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Mon Dec 9 20:39:41 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aac000a01ba8c0ed15fec3c198fce9f13fc83725
https://github.com/llvm/llvm-project/commit/aac000a01ba8c0ed15fec3c198fce9f13fc83725
Author: ChiaHungDuan <chiahungduan at google.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M compiler-rt/lib/scudo/standalone/list.h
Log Message:
-----------
[scudo] Clean the TODO in list.h (#119323)
* Finished the type and size verification
* Remove the TODO for checking if array size can be fit into LinkTy
because if there's a truncation happens, other DCHECK like offset
checking will catch the failure. In addition, it's supposed to be a rare
case.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list