Module Name: src
Committed By: martin
Date: Mon Jul 1 20:05:04 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Ticket #1854
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-9.5
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-9.5
diff -u src/doc/CHANGES-9.5:1.1.2.7 src/doc/CHANGES-9.5:1.1.2.8
--- src/doc/CHANGES-9.5:1.1.2.7 Wed Jun 26 17:13:55 2024
+++ src/doc/CHANGES-9.5 Mon Jul 1 20:05:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.5,v 1.1.2.7 2024/06/26 17:13:55 martin Exp $
+# $NetBSD: CHANGES-9.5,v 1.1.2.8 2024/07/01 20:05:04 martin Exp $
A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5
release:
@@ -95,3 +95,10 @@ usr.sbin/btpand/btpand.c 1.9
btpand(8): fix off-by-one bug causing out of bounds memory access.
[plunky, ticket #1851]
+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 #1854]
+