This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/2] stdlib/tst-setcontext.c: Check for clobbering of signal stack.
- From: OndÅej BÃlka <neleai at seznam dot cz>
- To: Will Newton <will dot newton at linaro dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 3 Mar 2014 12:07:11 +0100
- Subject: Re: [PATCH 1/2] stdlib/tst-setcontext.c: Check for clobbering of signal stack.
- Authentication-results: sourceware.org; auth=none
- References: <1393829881-22691-1-git-send-email-will dot newton at linaro dot org>
On Mon, Mar 03, 2014 at 02:58:00PM +0800, Will Newton wrote:
> On aarch64 calling swapcontext clobbers the state of the signal
> stack (BZ #16629). Check that the address and size of the signal
> stack before and after the call to swapcontext remains the same.
>
ok with this test.