[PATCH] D70452: [scudo][standalone] Minor optimization & improvements
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 10:24:45 PST 2019
cryptoad added a comment.
And I forgot in the message the part about only checking `Size` and not `NeededSize`, adding compiler check to make sure we do not overflow a `uptr`.
This allows us to skip a check, and doesn't impact our security.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70452/new/
https://reviews.llvm.org/D70452
More information about the llvm-commits
mailing list