Module Name: src
Committed By: martin
Date: Sun Aug 28 13:30:53 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1502
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-9.4
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.4
diff -u src/doc/CHANGES-9.4:1.1.2.4 src/doc/CHANGES-9.4:1.1.2.5
--- src/doc/CHANGES-9.4:1.1.2.4 Wed Aug 17 16:43:50 2022
+++ src/doc/CHANGES-9.4 Sun Aug 28 13:30:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.4 2022/08/17 16:43:50 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.5 2022/08/28 13:30:53 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -41,4 +41,8 @@ sys/kern/uipc_sem.c 1.60
PR 55509: fix per-uid "semcnt" bookeeping.
[chs, ticket #1501]
+libexec/telnetd/utility.c 1.34
+
+ telnetd(8): fix CVE-2020-10188.
+ [hgutch, ticket #1502]