Source-Changes-HG archive

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

[src/netbsd-7-1]: src/doc Ticket #1689



details:   https://anonhg.NetBSD.org/src/rev/2027212a3f90
branches:  netbsd-7-1
changeset: 800978:2027212a3f90
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Apr 19 16:02:50 2019 +0000

description:
Ticket #1689

diffstat:

 doc/CHANGES-7.1.3 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 37a33c210524 -r 2027212a3f90 doc/CHANGES-7.1.3
--- a/doc/CHANGES-7.1.3 Fri Apr 19 16:02:24 2019 +0000
+++ b/doc/CHANGES-7.1.3 Fri Apr 19 16:02:50 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.3,v 1.1.2.46 2019/04/16 03:57:33 msaitoh Exp $
+# $NetBSD: CHANGES-7.1.3,v 1.1.2.47 2019/04/19 16:02:50 martin Exp $
 
 A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
 release:
@@ -470,3 +470,13 @@
        mq_send1: fix argument validation and reject too large lengths early.
        Discovered by Andy Nguyen.
        [martin, ticket #1688]
+
+sys/compat/common/uipc_syscalls_40.c           1.19 (patch)
+sys/compat/linux/common/linux_socket.c         1.145 (patch)
+sys/compat/linux32/common/linux32_socket.c     1.30 (patch)
+sys/net/if.c                                   1.449 (patch)
+
+       Zero out the ifreq struct for SIOCGIFCONF to avoid up to 127 bytes
+       of stack disclosure.
+       [christos, ticket #1689]
+



Home | Main Index | Thread Index | Old Index