[compiler-rt] r177723 - [asan] Change the way we report the alloca frame on stack-buff-overflow.

Dmitri Gribenko gribozavr at gmail.com
Tue Apr 9 03:03:49 PDT 2013


On Tue, Apr 9, 2013 at 10:10 AM, Kostya Serebryany <kcc at google.com> wrote:
> Interesting!
> We don't test on Ubuntu 13.04, looks like the newer kernel has changed
> something in the address space layout.
> No trouble. I've relaxed the output pattern in the test in r179088.

Thank you!  The bot is green now.

Dmitri

--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-commits mailing list