about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2010-12-09 12:12:58 -0500
committerUlrich Drepper <drepper@gmail.com>2010-12-09 12:12:58 -0500
commitfb88ac72c2dcbbd979c8798e4ea497818bb3e171 (patch)
tree88861d3c38b3b3a91b8a15f3d559a28ec7f40e85 /ChangeLog
parent42acbb92c861e97a6e1293ea853db88342a1bf53 (diff)
downloadglibc-fb88ac72c2dcbbd979c8798e4ea497818bb3e171.tar.gz
glibc-fb88ac72c2dcbbd979c8798e4ea497818bb3e171.tar.xz
glibc-fb88ac72c2dcbbd979c8798e4ea497818bb3e171.zip
Fix race in qsort_r initialization.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d5801aa02..66ed41535c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-09  Ulrich Drepper  <drepper@gmail.com>
+
+	[BZ #11655]
+	* stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
+	are initialized.
+
 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
 
 	* string/bits/string3.h (memmove, bcopy): Remove __restrict.