Module Name: src Committed By: martin Date: Thu Jun 8 11:20:02 UTC 2023
Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1824 To generate a diff of this commit: cvs rdiff -u -r1.1.2.175 -r1.1.2.176 src/doc/CHANGES-8.3 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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.175 src/doc/CHANGES-8.3:1.1.2.176 --- src/doc/CHANGES-8.3:1.1.2.175 Sat Jun 3 15:10:56 2023 +++ src/doc/CHANGES-8.3 Thu Jun 8 11:20:02 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.175 2023/06/03 15:10:56 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.176 2023/06/08 11:20:02 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -3323,3 +3323,9 @@ sys/arch/amiga/stand/loadbsd/vmakefile Update loadbsd source and distribution binary to version 3.3. [abs, ticket #1823] +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 #1824] +