Module Name: src
Committed By: martin
Date: Wed Jun 26 17:12:36 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Ticket #727
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-10.1
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-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.13 src/doc/CHANGES-10.1:1.1.2.14
--- src/doc/CHANGES-10.1:1.1.2.13 Sat Jun 22 18:33:21 2024
+++ src/doc/CHANGES-10.1 Wed Jun 26 17:12:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.13 2024/06/22 18:33:21 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.14 2024/06/26 17:12:36 martin Exp $
A complete list of changes from the NetBSD 10.0 release on 2024-03-28
until the 10.1 release:
@@ -569,4 +569,8 @@ sys/arch/xen/xen/xbdback_xenbus.c upto
This fixes a possible virtual disk corruption with linux domUs.
[bouyer, ticket #726]
+usr.sbin/btpand/btpand.c 1.9
+
+ btpand(8): fix off-by-one bug causing out of bounds memory access.
+ [plunky, ticket #727]