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

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.3

Log Message:
tickets 1557-1559


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-8.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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.13 src/doc/CHANGES-8.3:1.1.2.14
--- src/doc/CHANGES-8.3:1.1.2.13	Sun Jun  7 17:09:33 2020
+++ src/doc/CHANGES-8.3	Tue Jun 16 10:29:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.13 2020/06/07 17:09:33 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.14 2020/06/16 10:29:16 bouyer Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -184,3 +184,21 @@ sys/kern/subr_pcu.c				1.22
 	gracefully exit when an error occurs in _lwp_create(2).
 	[thorpej, ticket #1556]
 
+sys/arch/mac68k/dev/ams.c			1.23
+
+	Fix inverted Y-axis value passed to wsmouse_input(9).
+	[tsutsui, ticket #1557]
+
+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 #1558]
+
+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 #1559]
+

Reply via email to