[PATCH] D14656: [sanitizer] Stop unwinding the stack when a close-to-zero PC is found

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 11:48:16 PST 2015


samsonov requested changes to this revision.
samsonov added a comment.
This revision now requires changes to proceed.

This doesn't look like a good change. Why is this fixed only in fast, but not in slow unwinder? Are you sure we should consider any address 0x1000 as bad, not only 0x0?


http://reviews.llvm.org/D14656





More information about the llvm-commits mailing list