about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-09 16:15:25 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-09 16:15:25 -0400
commitf22e10748fbabbf07161eb7a5540b8c0e18553c4 (patch)
tree3d9d7754fbf7ca9b80bc0d6a87c4be2c1c730e3d /ChangeLog
parentf3cdd4674892740f766ea0b5ab5e734e4a028cb0 (diff)
downloadglibc-f22e10748fbabbf07161eb7a5540b8c0e18553c4.tar.gz
glibc-f22e10748fbabbf07161eb7a5540b8c0e18553c4.tar.xz
glibc-f22e10748fbabbf07161eb7a5540b8c0e18553c4.zip
Don't lock string streams in stream cleanup code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 007b61cde3..f1b1c0de51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-09  Ulrich Drepper  <drepper@gmail.com>
+
+	[BZ #12847]
+	* libio/genops.c (INTDEF): For string streams the _lock pointer can
+	be NULL.  Don't lock in this case.
+
 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
 
 	* string/strncat.c (strncat): Undef the symbol in case it has been