Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/2bf0ec75b072
branches:  netbsd-7-0
changeset: 801565:2bf0ec75b072
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Apr 19 16:05:05 2019 +0000

description:
Ticket #1689

diffstat:

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

diffs (23 lines):

diff -r b60c742cd8d3 -r 2bf0ec75b072 doc/CHANGES-7.0.3
--- a/doc/CHANGES-7.0.3 Fri Apr 19 16:03:08 2019 +0000
+++ b/doc/CHANGES-7.0.3 Fri Apr 19 16:05:05 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.139 2019/04/16 03:57:12 msaitoh Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.140 2019/04/19 16:05:05 martin Exp $
 
 A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
 release:
@@ -5778,3 +5778,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