Module Name:    src
Committed By:   martin
Date:           Fri Nov  1 09:30:36 UTC 2019

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

Log Message:
Ticket #1397


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-8.2

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.2
diff -u src/doc/CHANGES-8.2:1.1.2.56 src/doc/CHANGES-8.2:1.1.2.57
--- src/doc/CHANGES-8.2:1.1.2.56	Mon Oct 28 19:15:51 2019
+++ src/doc/CHANGES-8.2	Fri Nov  1 09:30:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.56 2019/10/28 19:15:51 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.57 2019/11/01 09:30:36 martin Exp $
 
 A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
 release:
@@ -1398,3 +1398,9 @@ sys/dev/audio.c					(apply patch)
 	Do not allow mmap(2) on audio devices opened read-only.
 	[nat, ticket #1419]
 
+sys/kern/subr_disk.c				1.129
+
+	Avoid division by zero in bounds_check_with_label() on misbehaving
+	or broken drives.
+	[cnst, ticket #1397]
+

Reply via email to