Module Name: src
Committed By: martin
Date: Mon Jul 1 19:58:15 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Ticket #737
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-10.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-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.15 src/doc/CHANGES-10.1:1.1.2.16
--- src/doc/CHANGES-10.1:1.1.2.15 Thu Jun 27 19:34:10 2024
+++ src/doc/CHANGES-10.1 Mon Jul 1 19:58:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.15 2024/06/27 19:34:10 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.16 2024/07/01 19:58:14 martin Exp $
A complete list of changes from the NetBSD 10.0 release on 2024-03-28
until the 10.1 release:
@@ -603,3 +603,10 @@ sys/dev/pci/igc/if_igc.h 1.3
to detect atomic_loadstore(9) is applicable to 64-bit integers.
[rin, ticket #729]
+crypto/external/bsd/openssh/dist/log.c 1.29
+crypto/external/bsd/openssh/dist/version.h (patch)
+
+ sshd(8): PR 58386: avoid strnvis and syslog_r in signal handler
+ context. Fixes CVE-2024-6387.
+ [riastradh, ticket #737]
+