Module Name:    src
Committed By:   bouyer
Date:           Tue Jun 16 10:36:03 UTC 2020

Modified Files:
        src/doc [netbsd-7]: CHANGES-7.3

Log Message:
tickets 1734, 1735


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-7.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-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.85 src/doc/CHANGES-7.3:1.1.2.86
--- src/doc/CHANGES-7.3:1.1.2.85	Sun Jun  7 16:46:01 2020
+++ src/doc/CHANGES-7.3	Tue Jun 16 10:36:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.85 2020/06/07 16:46:01 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.86 2020/06/16 10:36:03 bouyer Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -867,3 +867,16 @@ sys/dev/sysmon/sysmon_envsys.c			1.145
 	Do not queue sysmon refresh until the rndsource is attached.
 	[riastradh, ticket #1733]
 
+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 #1734]
+
+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 #1735]
+

Reply via email to