Module Name: src Committed By: martin Date: Mon Jul 10 13:16:27 UTC 2017
Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Ticket #1451 To generate a diff of this commit: cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-7.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-7.0.3 diff -u src/doc/CHANGES-7.0.3:1.1.2.46 src/doc/CHANGES-7.0.3:1.1.2.47 --- src/doc/CHANGES-7.0.3:1.1.2.46 Sat Jul 8 17:17:41 2017 +++ src/doc/CHANGES-7.0.3 Mon Jul 10 13:16:27 2017 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0.3,v 1.1.2.46 2017/07/08 17:17:41 snj Exp $ +# $NetBSD: CHANGES-7.0.3,v 1.1.2.47 2017/07/10 13:16:27 martin Exp $ A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3 release: @@ -2987,3 +2987,9 @@ xsrc/xfree/xc/programs/Xserver/Xi/sendex Fix CVE-2017-10971 and CVE-2017-10972. [mrg, ticket #1446] +sys/kern/vfs_lookup.c 1.208 + + Fix vnode leak on error, introduced by the openat family changes + in -r1.200. + [dh, ticket #1451] +