Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3-0]: src/doc Ticket #1812.
details: https://anonhg.NetBSD.org/src/rev/ca984c63b120
branches: netbsd-3-0
changeset: 579444:ca984c63b120
user: ghen <ghen%NetBSD.org@localhost>
date: Tue Aug 28 13:32:54 2007 +0000
description:
Ticket #1812.
diffstat:
doc/CHANGES-3.0.4 | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 13a04af6100f -r ca984c63b120 doc/CHANGES-3.0.4
--- a/doc/CHANGES-3.0.4 Tue Aug 28 13:32:31 2007 +0000
+++ b/doc/CHANGES-3.0.4 Tue Aug 28 13:32:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-3.0.4,v 1.1.2.5 2007/08/26 20:28:32 bouyer Exp $
+# $NetBSD: CHANGES-3.0.4,v 1.1.2.6 2007/08/28 13:32:54 ghen Exp $
A complete list of changes from the NetBSD 3.0.3 release to the NetBSD 3.0.4
release:
@@ -61,3 +61,15 @@
from Christian Biere.
[martin, ticket #1820]
+lib/libc/hash/sha2/sha2.c patch
+sys/crypto/ripemd160/rmd160.c patch
+sys/crypto/sha2/sha2.c patch
+
+ Fix SIGBUS issues on strict alignment issues. Use le32dec in RMD160
+ as the data pointer to RMD160_Update doesn't have to be aligned.
+ In SHA256_Update and SHA512_Update, only operate directly on the passed
+ in data if no left-over in the context exists and the data is correctly
+ aligned. The problem was exposed by the audit-packages rewrite in C
+ and reported for the libnbcompat version in PR pkg/36662.
+ [joerg, ticket #1812]
+
Home |
Main Index |
Thread Index |
Old Index