[PATCH] D15725: Ensure safestack overflow test doesn't segfault

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 12:38:46 PST 2016


zatrazz added a comment.

Another way would be to adjust fct to no pass the possible stack end by writing 6*sizeof(int) instead. I have no preference, so this change also LGTM.

I was not able to reproduce it yet on aarch64, but we can check on the faulty system (the buildbot) by removing the stable-runtime requirement.


http://reviews.llvm.org/D15725





More information about the llvm-commits mailing list