diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-01-09 19:35:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-01-09 19:35:21 +0000 |
commit | 148e12ed122d75506937cdc8ab2654f8449f2061 (patch) | |
tree | 74e26dbc976cabefc08145aeac3d3a373ea54470 /ChangeLog | |
parent | 71edcafa976a9716a3a848a93c29763e4a3c3002 (diff) | |
download | glibc-148e12ed122d75506937cdc8ab2654f8449f2061.tar.gz glibc-148e12ed122d75506937cdc8ab2654f8449f2061.tar.xz glibc-148e12ed122d75506937cdc8ab2654f8449f2061.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4195a4f73b..e22fb960e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-01-09 Jakub Jelinek <jakub@redhat.com> + + * 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. + 2008-01-07 Ulrich Drepper <drepper@redhat.com> * libio/stdio.h (vscanf): Fix definition for loser compilers. |