diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-26 16:56:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-26 16:56:27 +0000 |
commit | 407a551539baefb7ac3b3e2bf2e40aa5c922204d (patch) | |
tree | 817bd6b5ceea6849703a3f3b23d497fdc6a0470f /ChangeLog | |
parent | 207cce4c4781fbd9928927d3bb6805bcc843a158 (diff) | |
download | glibc-407a551539baefb7ac3b3e2bf2e40aa5c922204d.tar.gz glibc-407a551539baefb7ac3b3e2bf2e40aa5c922204d.tar.xz glibc-407a551539baefb7ac3b3e2bf2e40aa5c922204d.zip |
[BZ #627]
* libio/iofclose.c (_IO_new_fclose): Unlock the internal lock before destroying it as part of the _IO_FINISH call.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e5b24f6805..828605abc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-09-26 Ulrich Drepper <drepper@redhat.com> + [BZ #627] + * libio/iofclose.c (_IO_new_fclose): Unlock the internal lock + before destroying it as part of the _IO_FINISH call. + [BZ #524] * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop of number of bits is multiple of 8. |