--- tst-setcontext-fpscr.c.orig 2016-02-18 09:19:09.410918344 -0800 +++ tst-setcontext-fpscr.c 2016-02-18 09:19:53.661542371 -0800 @@ -60,6 +60,11 @@ return 0; } auxv = (ElfW(auxv_t) *)malloc(getpagesize()); + if (auxv == NULL) + { + perror("Unable to allocate memory for auxv"); + return 0; + } do {