[PATCH] D20084: [sanitizer] Initial implementation of a Hardened Allocator
Alexander Potapenko via llvm-commits
llvm-commits at lists.llvm.org
Thu May 12 05:34:01 PDT 2016
glider added a comment.
$0.05 regarding the cryptographic security: can someone please clarify the goal of hardening the allocator?
If the intention is to use it for e.g. ASan in production, the randomness should be at least not worse than that of regular allocators.
http://reviews.llvm.org/D20084
More information about the llvm-commits
mailing list