Module Name: src Committed By: martin Date: Sun Jun 24 09:36:12 UTC 2018
Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Tickets #898 and #899 To generate a diff of this commit: cvs rdiff -u -r1.1.2.216 -r1.1.2.217 src/doc/CHANGES-8.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-8.0 diff -u src/doc/CHANGES-8.0:1.1.2.216 src/doc/CHANGES-8.0:1.1.2.217 --- src/doc/CHANGES-8.0:1.1.2.216 Sun Jun 24 09:24:34 2018 +++ src/doc/CHANGES-8.0 Sun Jun 24 09:36:12 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.0,v 1.1.2.216 2018/06/24 09:24:34 martin Exp $ +# $NetBSD: CHANGES-8.0,v 1.1.2.217 2018/06/24 09:36:12 martin Exp $ A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04 until the 8.0 release: @@ -14091,4 +14091,14 @@ distrib/notes/x68k/contents 1.18 Document debug sets and kernel module directory. +usr.sbin/installboot/arch/i386.c 1.41 + + Fix integer overflow in installboot(8). + [kamil, ticket #898] + +lib/libutil/passwd.c 1.53 + + Prevent read access out of bounds in trim_whitespace() + when passing a white space only string. + [kamil, ticket #899]