Module Name: src
Committed By: snj
Date: Thu Jun 15 05:51:24 UTC 2017
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
1432
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-7.0.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.0.3
diff -u src/doc/CHANGES-7.0.3:1.1.2.42 src/doc/CHANGES-7.0.3:1.1.2.43
--- src/doc/CHANGES-7.0.3:1.1.2.42 Sat Jun 3 17:53:59 2017
+++ src/doc/CHANGES-7.0.3 Thu Jun 15 05:51:23 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.42 2017/06/03 17:53:59 snj Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.43 2017/06/15 05:51:23 snj Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -1900,3 +1900,11 @@ sys/kern/kern_descrip.c 1.230
Explicitly set the flags instead of masking set values in.
[riastradh, ticket #1425]
+sys/arch/ews4800mips/sbd/fb_sbdio.c 1.16
+sys/arch/pmax/ibus/pm.c 1.13
+sys/dev/hpc/bivideo.c 1.34
+sys/dev/ic/sti.c 1.19
+
+ Fix size checks so they can't be circumvented by integer overflows.
+ [spz, ticket #1432]
+