Module Name: src
Committed By: martin
Date: Wed Jun 26 17:13:55 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Ticket #1851
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 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.6 src/doc/CHANGES-9.5:1.1.2.7
--- src/doc/CHANGES-9.5:1.1.2.6 Sat Jun 22 18:23:25 2024
+++ src/doc/CHANGES-9.5 Wed Jun 26 17:13:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.5,v 1.1.2.6 2024/06/22 18:23:25 martin Exp $
+# $NetBSD: CHANGES-9.5,v 1.1.2.7 2024/06/26 17:13:55 martin Exp $
A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5
release:
@@ -90,3 +90,8 @@ sys/arch/x86/x86/coretemp.c 1.40,1.41
coretemp(4): do not accept impossibly low TjMax values.
[gutteridge, ticket #1848]
+usr.sbin/btpand/btpand.c 1.9
+
+ btpand(8): fix off-by-one bug causing out of bounds memory access.
+ [plunky, ticket #1851]
+