Module Name: src Committed By: msaitoh Date: Wed May 20 02:47:17 UTC 2015
Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Ticket 792. To generate a diff of this commit: cvs rdiff -u -r1.1.2.304 -r1.1.2.305 src/doc/CHANGES-7.0 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-7.0 diff -u src/doc/CHANGES-7.0:1.1.2.304 src/doc/CHANGES-7.0:1.1.2.305 --- src/doc/CHANGES-7.0:1.1.2.304 Tue May 19 14:16:33 2015 +++ src/doc/CHANGES-7.0 Wed May 20 02:47:17 2015 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0,v 1.1.2.304 2015/05/19 14:16:33 martin Exp $ +# $NetBSD: CHANGES-7.0,v 1.1.2.305 2015/05/20 02:47:17 msaitoh Exp $ A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 until the 7.0 release: @@ -23347,3 +23347,9 @@ lib/libc/db/db/db.c 1.18 Fix the build for ancient (rhel5) systems that don't have O_CLOEXEC [christos, ticket #791] +crypto/dist/ipsec-tools/src/racoon/gssapi.c 1.5-1.6 + + - Protect against a NULL pointer dereference described in + https://www.altsci.com/ipsec/ + - Detect error earlier to avoid memory leak. + [christos, ticket #792]