Module Name: src Committed By: snj Date: Sat Jan 30 20:39:46 UTC 2010
Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.2 Log Message: Tickets 1275 and 1276. To generate a diff of this commit: cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-5.0.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.0.2 diff -u src/doc/CHANGES-5.0.2:1.1.2.48 src/doc/CHANGES-5.0.2:1.1.2.49 --- src/doc/CHANGES-5.0.2:1.1.2.48 Sat Jan 30 20:10:23 2010 +++ src/doc/CHANGES-5.0.2 Sat Jan 30 20:39:46 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.0.2,v 1.1.2.48 2010/01/30 20:10:23 snj Exp $ +# $NetBSD: CHANGES-5.0.2,v 1.1.2.49 2010/01/30 20:39:46 snj Exp $ A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2 release: @@ -1150,3 +1150,14 @@ aio_suspend1: fix a double free bug. [rmind, ticket #1286] +common/lib/libc/hash/sha2/sha2.c 1.20 + + Fix unaligned access as reported in PR port-sparc/42273. + [joerg, ticket #1275] + +common/lib/libc/hash/sha2/sha2.c 1.21 + + Fix unaligned access in *_Final for SHA224/SHA256/SHA384. + Remaining part of PR 42273. + [joerg, ticket #1276] +