Module Name: src
Committed By: martin
Date: Sat Oct 10 14:36:21 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Ticket #1106
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.119 -r1.1.2.120 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.119 src/doc/CHANGES-9.1:1.1.2.120
--- src/doc/CHANGES-9.1:1.1.2.119 Thu Oct 8 18:11:21 2020
+++ src/doc/CHANGES-9.1 Sat Oct 10 14:36:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.119 2020/10/08 18:11:21 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.120 2020/10/10 14:36:21 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -5107,3 +5107,8 @@ sys/arch/arm/include/arm32/vmparam.h 1.
Maximize allowed data size.
[he, ticket #1105]
+sys/compat/common/tty_43.c 1.38
+
+ tty_43: better input limit validation to avoid undefined behaviour.
+ [nia, ticket #1106]
+