Module Name: src Committed By: snj Date: Sun Jul 23 06:15:49 UTC 2017
Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.1 Log Message: 1418 To generate a diff of this commit: cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-7.1.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-7.1.1 diff -u src/doc/CHANGES-7.1.1:1.1.2.17 src/doc/CHANGES-7.1.1:1.1.2.18 --- src/doc/CHANGES-7.1.1:1.1.2.17 Thu Jul 20 01:43:30 2017 +++ src/doc/CHANGES-7.1.1 Sun Jul 23 06:15:49 2017 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.1.1,v 1.1.2.17 2017/07/20 01:43:30 snj Exp $ +# $NetBSD: CHANGES-7.1.1,v 1.1.2.18 2017/07/23 06:15:49 snj Exp $ A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.1.1 release: @@ -1718,3 +1718,9 @@ sys/arch/i386/i386/trap.c 1.288 via pa the kernel. [maxv, ticket #1441] +sys/modules/lua/lua.c 1.21 + + Avoid possible null pointer dereferencing. + Fixes PR kern/52225. + [mbalmer, ticket #1418] +