diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-25 03:16:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-25 03:16:53 +0000 |
commit | 279f1143afdb06e263dfab510a3e2cbb022014fe (patch) | |
tree | c5a4a51ecb1e2673162ca08c584a56515c34415d /nptl/ChangeLog | |
parent | 977169541668f2287c5f8e239e5743eb9cefcb63 (diff) | |
download | glibc-279f1143afdb06e263dfab510a3e2cbb022014fe.tar glibc-279f1143afdb06e263dfab510a3e2cbb022014fe.tar.gz glibc-279f1143afdb06e263dfab510a3e2cbb022014fe.tar.bz2 glibc-279f1143afdb06e263dfab510a3e2cbb022014fe.zip |
Update.
* allocatestack.c (change_stack_perm): Split out from
__make_stacks_executable.
(allocate_stack): If the required permission changed between the time
we started preparing the stack and queueing it, change the permission.
(__make_stacks_executable): Call change_stack_perm.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0ee343c3d1..e18c9cac21 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,11 @@ 2003-09-24 Ulrich Drepper <drepper@redhat.com> + * allocatestack.c (change_stack_perm): Split out from + __make_stacks_executable. + (allocate_stack): If the required permission changed between the time + we started preparing the stack and queueing it, change the permission. + (__make_stacks_executable): Call change_stack_perm. + * Makefile: Build tst-execstack-mod locally. * tst-execstack-mod.c: New file. |