Module Name: src
Committed By: snj
Date: Mon Apr 12 00:49:14 UTC 2010
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Ticket 1365.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-5.0.3
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.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.7 src/doc/CHANGES-5.0.3:1.1.2.8
--- src/doc/CHANGES-5.0.3:1.1.2.7 Sun Mar 28 15:43:25 2010
+++ src/doc/CHANGES-5.0.3 Mon Apr 12 00:49:14 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.7 2010/03/28 15:43:25 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.8 2010/04/12 00:49:14 snj Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -171,3 +171,12 @@
In do_sys_recvmsg(), call free(9) with the same type malloc(9) used.
[jakllsch, ticket #1352]
+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]
+