Module Name: src
Committed By: martin
Date: Tue Aug 8 16:24:03 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #188 - #191
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 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.35 src/doc/CHANGES-8.0:1.1.2.36
--- src/doc/CHANGES-8.0:1.1.2.35 Sat Aug 5 05:12:46 2017
+++ src/doc/CHANGES-8.0 Tue Aug 8 16:24:03 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.35 2017/08/05 05:12:46 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.36 2017/08/08 16:24:03 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -5090,3 +5090,36 @@ sys/dev/ic/bwi.c 1.32
an mbuf length that is too big
[spz, ticket #187]
+sys/compat/linux/common/linux_time.c 1.38,1.39
+
+ Only let the superuser set the compat_linux timezone.
+ [spz, ticket #188]
+
+sys/compat/svr4/svr4_lwp.c 1.20
+sys/compat/svr4/svr4_signal.c 1.67
+sys/compat/svr4/svr4_stream.c 1.89-1.91
+sys/compat/svr4_32/svr4_32_signal.c 1.29
+
+ Fix some of the multitudinous holes in svr4 streams.
+ Zero stack data before copyout.
+ Fix indexing of svr4 signals.
+ Attempt to get reference counting less bad.
+ Check bounds in svr4_sys_putmsg. Check more svr4_strmcmd bounds.
+ [spz, ticket #189]
+
+sys/dev/vnd.c 1.260,1.262
+
+ Fix int overflows / truncation issues in vndioctl, which
+ could cause memory corruption.
+ [spz, ticket #190]
+
+sys/compat/ibcs2/ibcs2_exec_coff.c 1.27-1.29
+sys/compat/ibcs2/ibcs2_ioctl.c 1.46
+sys/compat/ibcs2/ibcs2_stat.c 1.49-1.50
+
+ Out of bound read and endless loop in exec_ibcs2_coff_prep_zmagic().
+ Infoleak in ibcs2_sys_ioctl.
+ Potenial use of expired pointers in ibcs2_sys_statfs()/
+ ibcs2_sys_statvfs()
+ [spz, ticket #191]
+