aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGuo Yixuan <culu.gyx@gmail.com>2014-06-03 16:19:11 -0700
committerDavid S. Miller <davem@davemloft.net>2014-06-03 17:20:08 -0700
commitd4deb63367247eaddcbe10b872d39ff70659eaf4 (patch)
tree65cdf3abc4ac8b9548d8b93b25bb0c9d500fe868 /NEWS
parentf2b605ed8882a922c403386b2af7e7a5eecbf39f (diff)
downloadglibc-d4deb63367247eaddcbe10b872d39ff70659eaf4.zip
glibc-d4deb63367247eaddcbe10b872d39ff70659eaf4.tar.gz
glibc-d4deb63367247eaddcbe10b872d39ff70659eaf4.tar.bz2
Fixed pthread_spin_lock on sparc32/64 (bug 16882)
[BZ #16882] * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S (pthread_spin_lock): Branch out of spin loop to proper location. * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S (pthread_spin_lock): Likewise. * nptl/tst-spin4.c: New test. * nptl/Makefile (tests): Add tst-spin4.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4cbe736..31664e4 100644
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,7 @@ Version 2.18
15429, 15431, 15432, 15441, 15442, 15448, 15465, 15480, 15485, 15488,
15490, 15492, 15493, 15497, 15506, 15529, 15536, 15553, 15577, 15583,
15618, 15627, 15631, 15654, 15655, 15666, 15667, 15674, 15711, 15755,
- 15759, 15985.
+ 15759, 15985, 16882.
* CVE-2013-2207 Incorrectly granting access to another user's pseudo-terminal
has been fixed by disabling the use of pt_chown (Bugzilla #15755).