Subject: PR/32609 CVS commit: src/lib/libc/gen
To: None <kleink@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 01/24/2006 14:05:03
The following reply was made to PR lib/32609; it has been noted by GNATS.

From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32609 CVS commit: src/lib/libc/gen
Date: Tue, 24 Jan 2006 14:00:57 +0000 (UTC)

 Module Name:	src
 Committed By:	christos
 Date:		Tue Jan 24 14:00:57 UTC 2006
 
 Modified Files:
 	src/lib/libc/gen: opendir.c readdir.c seekdir.c telldir.c
 
 Log Message:
 PR/32609: Tanaka Akira: seekdir blocks if pthread is linked
 Do locking consistently to avoid recursive locks (like the bug reported in
 this pr), and to avoid leaking locks on errors.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.28 -r1.29 src/lib/libc/gen/opendir.c
 cvs rdiff -r1.20 -r1.21 src/lib/libc/gen/readdir.c
 cvs rdiff -r1.11 -r1.12 src/lib/libc/gen/seekdir.c
 cvs rdiff -r1.15 -r1.16 src/lib/libc/gen/telldir.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.