[PATCH] D30267: Increase stack size for stack-use-after-return test

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 08:12:36 PST 2017


rnk added a comment.

I'm a little concerned about changing this, I have a feeling 64K was taken from a real user of ASan that runs with 64K stacks. Can you elaborate on the issue you're seeing? Is it a stack overflow or something else?


https://reviews.llvm.org/D30267





More information about the llvm-commits mailing list