diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-25 23:50:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-25 23:50:31 +0000 |
commit | 388df58d9be050a531948d5afb54d6104efa0845 (patch) | |
tree | e8fa04ce64895377becaaa3ba74cfc6519797608 /ChangeLog | |
parent | 5178e13aa29737c75e6c81f0d9238a0fa5d448be (diff) | |
download | glibc-388df58d9be050a531948d5afb54d6104efa0845.tar.gz glibc-388df58d9be050a531948d5afb54d6104efa0845.tar.xz glibc-388df58d9be050a531948d5afb54d6104efa0845.zip |
[BZ #2571]
* nscd/nscd_helper.c (__nscd_get_map_ref): Make mapptr argument a volatile pointer so that the mapptr->mapped value is re-read after the lock is retrieved. * nscd/nscd-client.h: Update __nscd_get_map_ref prototype. * sysdeps/unix/sysv/linux/ia64/clone2.S: Check for NULL stack
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d99c3c3990..684e94d3e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2006-04-25 Ulrich Drepper <drepper@redhat.com> + [BZ #2571] + * nscd/nscd_helper.c (__nscd_get_map_ref): Make mapptr argument a + volatile pointer so that the mapptr->mapped value is re-read after + the lock is retrieved. + * nscd/nscd-client.h: Update __nscd_get_map_ref prototype. + * include/features.h [_GNU_SOURCE] (_POSIX_C_SOURCE): Define to 200112L. @@ -12,7 +18,7 @@ (struct hconf): Replace service related fields with placeholders. [BZ #2386] - * sysdeps/unix/sysv/linux/ia64/clone2.S: Check for NULL stakc + * sysdeps/unix/sysv/linux/ia64/clone2.S: Check for NULL stack pointers to match other architectures. * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (tests): Add tst-clone. |