Module Name: src
Committed By: martin
Date: Thu Jun 8 11:18:12 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1642
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.68 -r1.1.2.69 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.68 src/doc/CHANGES-9.4:1.1.2.69
--- src/doc/CHANGES-9.4:1.1.2.68 Sat Jun 3 15:36:22 2023
+++ src/doc/CHANGES-9.4 Thu Jun 8 11:18:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.68 2023/06/03 15:36:22 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.69 2023/06/08 11:18:12 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -1481,3 +1481,9 @@ external/apache2/mDNSResponder/dist/mDNS
mdnsd(8): restore fixes for PR 46758.
[andvar, ticket #1641]
+sys/net/route.c 1.237
+
+ route: run workqueue kthreads with KERNEL_LOCK unless NET_MPSAFE
+ to avoid use-after-free of deleted routes.
+ [ozaki-r, ticket #1642]
+