summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-04-03 13:45:02 -0700
committerUlrich Drepper <drepper@redhat.com>2010-04-03 13:45:02 -0700
commit647450cfb089a60f1dc3de7d68874cd21f475ec7 (patch)
tree77220234094edf24f6acd0973cf6b5fc04057228 /ChangeLog
parent90a3055e8bdd9308eceeadc0b37278f324ec6b5d (diff)
Missing memory barrier in DES initialization.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83e6218b0d..27678bf649 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-04-03 Ulrich Drepper <drepper@redhat.com>
+ [BZ #11449]
+ * crypt/crypt_util.c (__init_des_r): Add memory barrier before setting
+ small_tables_initialized.
+
* malloc/malloc.c (_int_free): Add one more sanity check for fastbins.
* malloc/malloc.c (set_max_fast): Fix computation of the value.