Module Name: src
Committed By: martin
Date: Thu Sep 5 10:13:19 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Ticket #1885
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 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.16 src/doc/CHANGES-9.5:1.1.2.17
--- src/doc/CHANGES-9.5:1.1.2.16 Tue Sep 3 15:29:57 2024
+++ src/doc/CHANGES-9.5 Thu Sep 5 10:13:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.5,v 1.1.2.16 2024/09/03 15:29:57 martin Exp $
+# $NetBSD: CHANGES-9.5,v 1.1.2.17 2024/09/05 10:13:19 martin Exp $
A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5
release:
@@ -345,3 +345,8 @@ sys/arch/i386/stand/lib/getextmemx.c 1.
copy more than the requested data when querying memory details.
[andvar, ticket #1884]
+sys/external/bsd/libnv/dist/nvpair.c 1.13
+
+ libnv(9), npf(4): PR 58652: fix NUL bounds check.
+ [riastradh, ticket #1885]
+