Module Name: src Committed By: snj Date: Mon Apr 12 00:46:07 UTC 2010
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1365. To generate a diff of this commit: cvs rdiff -u -r1.1.2.223 -r1.1.2.224 src/doc/CHANGES-5.1 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.1 diff -u src/doc/CHANGES-5.1:1.1.2.223 src/doc/CHANGES-5.1:1.1.2.224 --- src/doc/CHANGES-5.1:1.1.2.223 Thu Apr 8 23:17:24 2010 +++ src/doc/CHANGES-5.1 Mon Apr 12 00:46:07 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.223 2010/04/08 23:17:24 snj Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.224 2010/04/12 00:46:07 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -17154,3 +17154,12 @@ the intel driver. PR xsrc/42754. [yhardy, ticket #1364] +crypto/dist/openssl/ssl/s3_enc.c 1.2 via patch +crypto/dist/openssl/ssl/s3_srvr.c 1.5 via patch +crypto/dist/openssl/ssl/t1_enc.c 1.2 via patch + + Fix crash in openssl: handshake_dgst[] may be used without being + allocated, causing NULL pointer dereference. + Fix by checking that handshake_dgst is not NULL before use. + [bouyer, ticket #1365] +