summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-02-01 02:38:56 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-02-01 02:38:56 (GMT)
commita17b6bb5fe6a3e12ef359cc4c214cf7a7785bd88 (patch)
treeff7b8bf0d6d4391a34e5e8d8eb5acee153fd72b5 /Misc
parent606ab031c1e72af498d9417e4724ebf28539dafd (diff)
downloadcpython-a17b6bb5fe6a3e12ef359cc4c214cf7a7785bd88.zip
cpython-a17b6bb5fe6a3e12ef359cc4c214cf7a7785bd88.tar.gz
cpython-a17b6bb5fe6a3e12ef359cc4c214cf7a7785bd88.tar.bz2
Issue #20162: Fix an alignment issue in the siphash24() hash function which
caused a crash on PowerPC 64-bit (ppc64).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 680b662..78b6bea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: 2014-02-09
Core and Builtins
-----------------
+- Issue #20162: Fix an alignment issue in the siphash24() hash function which
+ caused a crash on PowerPC 64-bit (ppc64).
+
Library
-------