diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-02-24 21:18:04 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-02-24 21:18:04 -0500 |
commit | 7724defcf8873116fe4efab256596861eef21a94 (patch) | |
tree | d5acfef04b39db44f4a794811a76c74938c9033e /ChangeLog | |
parent | 6b1d1d46b9344dab2fb36734c61dc9d517214a6d (diff) | |
download | glibc-7724defcf8873116fe4efab256596861eef21a94.tar.gz glibc-7724defcf8873116fe4efab256596861eef21a94.tar.xz glibc-7724defcf8873116fe4efab256596861eef21a94.zip |
Fix locking in fmtmsg
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 27a63376ad..2105c8ad30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ +2012-02-24 Ulrich Drepper <drepper@gmail.com> + + * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list. + Reported by Peng Haitao <penght@cn.fujitsu.com>. + 2012-02-24 Joseph Myers <joseph@codesourcery.com> * configure.in: Use -o not -a in test for unsupported multi-arch. - * configure: Regenerated. 2012-02-24 Joseph Myers <joseph@codesourcery.com> |