Module Name: src Committed By: martin Date: Fri Aug 20 19:35:59 UTC 2021
Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1692 To generate a diff of this commit: cvs rdiff -u -r1.1.2.96 -r1.1.2.97 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.96 src/doc/CHANGES-8.3:1.1.2.97 --- src/doc/CHANGES-8.3:1.1.2.96 Sun Aug 15 10:04:53 2021 +++ src/doc/CHANGES-8.3 Fri Aug 20 19:35:59 2021 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.96 2021/08/15 10:04:53 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.97 2021/08/20 19:35:59 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2001,3 +2001,8 @@ sys/compat/common/vfs_syscalls_50.c 1.2 Fix compat stat(2) syscall kernel memory disclosure. [christos, ticket #1691] +sys/netinet6/nd6.c 1.277 + + nd6: avoid use-after-free in ND L2 cache. + [ozaki-r, ticket #1692] +