summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-11-07 15:07:31 +0100
committerAndreas Schwab <schwab@redhat.com>2011-11-07 15:20:59 +0100
commit7583a88d1c7170caad26966bcea8bfc2c92093ba (patch)
treed21600c563ef8cdcad2d71dc0acfed02b7c498a6 /ChangeLog
parentae1bc2fa1c58b13ffa83483c24e547148762e24f (diff)
Fix locking in _IO_flush_all_lockp
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b09f5efe64..3a71044b6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-11-07 Andreas Schwab <schwab@redhat.com>
+ * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
+ handler when locking.
+
* nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
Fix size of allocated buffer.