aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-10-29 21:01:24 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-29 21:01:24 -0700
commit584715c3a9b0030729e0a8504c820b3bd8d9353d (patch)
tree9097c35972e90dbcc544567c5b3c705cb0d85e74 /ChangeLog
parentc240c3a58f21d72982e74a485bd7c4900f188876 (diff)
downloadglibc-584715c3a9b0030729e0a8504c820b3bd8d9353d.tar
glibc-584715c3a9b0030729e0a8504c820b3bd8d9353d.tar.gz
glibc-584715c3a9b0030729e0a8504c820b3bd8d9353d.tar.bz2
glibc-584715c3a9b0030729e0a8504c820b3bd8d9353d.zip
Fix AIO when thread creation failed.
Several bugs fixed when we needed to create a thread to work on AIO requests but failed and there is not one running.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2089f5e2c..8bbc93c6cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-10-29 Ulrich Drepper <drepper@redhat.com>
+ [BZ #10643]
+ * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
+ creation filed, remove the request from the 'requests' list and signal
+ the caller that the request is finished.
+
[BZ #10692]
* nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
in error if batch_read. Patch by Joe Landers <jlanders@vmware.com>.