diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-09 16:15:25 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-09 16:15:25 -0400 |
commit | f22e10748fbabbf07161eb7a5540b8c0e18553c4 (patch) | |
tree | 3d9d7754fbf7ca9b80bc0d6a87c4be2c1c730e3d /ChangeLog | |
parent | f3cdd4674892740f766ea0b5ab5e734e4a028cb0 (diff) | |
download | glibc-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-- | ChangeLog | 6 |
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 |