[PATCH] D21695: [clang] Version support for UBSan handlers
Filipe Cabecinhas via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 17 04:29:27 PDT 2016
filcab added a comment.
In https://reviews.llvm.org/D21695#514080, @vsk wrote:
> Running sanitized programs in production sounds strange to me. But, if there isn't really a cost to supporting this, I suppose it's fine.
It does, and most likely this change wouldn't affect them, as I would guess people running sanitizers in production would probably use sanitize-trap.
But it's being done on parts of Android at least:
https://twitter.com/CopperheadOS/status/717086242966351872
https://reviews.llvm.org/D21695
More information about the cfe-commits
mailing list