Module Name: src Committed By: martin Date: Wed Dec 12 11:34:11 UTC 2018
Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1134 To generate a diff of this commit: cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-8.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-8.1 diff -u src/doc/CHANGES-8.1:1.1.2.74 src/doc/CHANGES-8.1:1.1.2.75 --- src/doc/CHANGES-8.1:1.1.2.74 Mon Dec 10 17:17:08 2018 +++ src/doc/CHANGES-8.1 Wed Dec 12 11:34:11 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.1,v 1.1.2.74 2018/12/10 17:17:08 martin Exp $ +# $NetBSD: CHANGES-8.1,v 1.1.2.75 2018/12/12 11:34:11 martin Exp $ A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 release: @@ -2042,3 +2042,8 @@ sys/dev/vnd.c 1.270 fstrans_start_lazy() / fstrans_done() bracket. [hannken, ticket #1133] +sys/kern/sys_sig.c 1.47 + + Fix kernel info leak, 4 bytes of padding in struct _ksiginfo. + [maxv, ticket #1134] +