Module Name: src
Committed By: jdc
Date: Thu Jun 11 11:04:12 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #957 & #958.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.64 -r1.1.2.65 src/doc/CHANGES-9.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-9.1
diff -u src/doc/CHANGES-9.1:1.1.2.64 src/doc/CHANGES-9.1:1.1.2.65
--- src/doc/CHANGES-9.1:1.1.2.64 Sun Jun 7 19:08:12 2020
+++ src/doc/CHANGES-9.1 Thu Jun 11 11:04:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.64 2020/06/07 19:08:12 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.65 2020/06/11 11:04:11 jdc Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -2886,3 +2886,16 @@ sys/arch/arm/include/arm32/param.h 1.30
_ARCH_ARM_6 has a split of 2:2 and others have a split of 3:1.
[skrll, ticket #951]
+src/sys/dev/usb/if_otus.c 1.45 (via patch)
+
+ Stricter bounds check for some packet length we get from the usb chip,
+ to make sure we do not corrupt kernel memory.
+ Pointed out by Ilja Van Sprundel.
+ [martin, ticket #957]
+
+src/sys/dev/usb/if_run.c 1.41
+
+ Better bounds checking for oversized packets, to avoid kernel memory
+ corruption. Pointed out by Ilja Van Sprundel.
+ [martin, ticket #958]
+