about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-12-31 23:41:43 +0000
committerUlrich Drepper <drepper@redhat.com>2003-12-31 23:41:43 +0000
commit25ac02584cecc963859f0584167389266c42c0b1 (patch)
tree50e5b917c8e189931095f46953ff03c04e62157f /nptl
parentc49e3d227e4692c90c8e7d674388bafd9c2ecfe8 (diff)
downloadglibc-25ac02584cecc963859f0584167389266c42c0b1.tar.gz
glibc-25ac02584cecc963859f0584167389266c42c0b1.tar.xz
glibc-25ac02584cecc963859f0584167389266c42c0b1.zip
Update.
2003-12-31  Ulrich Drepper  <drepper@redhat.com>

	* pthread_getattr_np.c (pthread_getattr_np): Make sure stack info
	returned for main thread does not overlap with any other VMA.
	Patch by Jakub Jelinek.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 3fb9e1d1da..2bf2af4923 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-31  Ulrich Drepper  <drepper@redhat.com>
+
+	* pthread_getattr_np.c (pthread_getattr_np): Make sure stack info
+	returned for main thread does not overlap with any other VMA.
+	Patch by Jakub Jelinek.
+
 2003-12-29  Jakub Jelinek  <jakub@redhat.com>
 
 	* tst-raise1.c: Include stdio.h.