* sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
authorUlrich Drepper <drepper@redhat.com>
Wed, 9 Jan 2008 19:35:21 +0000 (19:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 9 Jan 2008 19:35:21 +0000 (19:35 +0000)
commit148e12ed122d75506937cdc8ab2654f8449f2061
tree74e26dbc976cabefc08145aeac3d3a373ea54470
parent71edcafa976a9716a3a848a93c29763e4a3c3002
* sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid

clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
* stdlib/Makefile: Add rules to build and run tst-makecontext2.
* stdlib/tst-makecontext2.c: New test.
ChangeLog
stdlib/Makefile
stdlib/tst-makecontext2.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/makecontext.S