about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-13 23:24:09 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-13 23:24:09 +0000
commita57532064137c37543e7e8861a8931444a21157c (patch)
treeefe6375dbb13bc0488bb4a2da678a4305a4074b5 /ChangeLog
parent2486480e23051b536fa2ac612b0613105ba988cf (diff)
downloadglibc-a57532064137c37543e7e8861a8931444a21157c.tar.gz
glibc-a57532064137c37543e7e8861a8931444a21157c.tar.xz
glibc-a57532064137c37543e7e8861a8931444a21157c.zip
Update.
	* inet/getnetgrent_r.c (innetgr): We must get the lock used for
	the set/get/end interfaces since we call all these functions in
	succession and must not be interrupted doing this.
	Reported by Chuck Simmons.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c481a3f837..828a4765e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-08-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* inet/getnetgrent_r.c (innetgr): We must get the lock used for
+	the set/get/end interfaces since we call all these functions in
+	succession and must not be interrupted doing this.
+	Reported by Chuck Simmons.
+
 	* inet/netgroup.h (struct name_list): Replace name pointer with
 	zero-sized array.
 	* inet/getnetgrent_r.c: Adjust code for change in name_list