Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/doc Tickets #188 - #191



details:   https://anonhg.NetBSD.org/src/rev/045e993d6554
branches:  netbsd-8
changeset: 850917:045e993d6554
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Aug 08 16:24:03 2017 +0000

description:
Tickets #188 - #191

diffstat:

 doc/CHANGES-8.0 |  35 ++++++++++++++++++++++++++++++++++-
 1 files changed, 34 insertions(+), 1 deletions(-)

diffs (46 lines):

diff -r a9a73589d20d -r 045e993d6554 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Tue Aug 08 16:21:35 2017 +0000
+++ b/doc/CHANGES-8.0   Tue Aug 08 16:24:03 2017 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index