about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-30 14:22:57 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-30 14:22:57 -0400
commit636064eb4c03397c86aa26e489e68f952bd5e53f (patch)
tree9bae4b24e7bcc477018e001492c9bbb7bdd0cf25 /ChangeLog
parent2a0c698e2427394c5263fbcb986ba509b309b8c7 (diff)
downloadglibc-636064eb4c03397c86aa26e489e68f952bd5e53f.tar.gz
glibc-636064eb4c03397c86aa26e489e68f952bd5e53f.tar.xz
glibc-636064eb4c03397c86aa26e489e68f952bd5e53f.zip
Fix potential double close in __check_fd if OOM
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fccd94ec6..b4e65a847c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-30  Ulrich Drepper  <drepper@gmail.com>
+
+	* sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
+	close_not_cancel_no_status here.
+	(__check_pf): Reorganize code a bit to not call close twice if OOM.
+
 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
 
 	[BZ #13276]