Module Name: src
Committed By: riz
Date: Wed Nov 4 15:04:52 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Ticket 896.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-7.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-7.1
diff -u src/doc/CHANGES-7.1:1.1.2.5 src/doc/CHANGES-7.1:1.1.2.6
--- src/doc/CHANGES-7.1:1.1.2.5 Sat Oct 31 22:03:58 2015
+++ src/doc/CHANGES-7.1 Wed Nov 4 15:04:52 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.5 2015/10/31 22:03:58 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.6 2015/11/04 15:04:52 riz Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -435,3 +435,9 @@ external/gpl3/gcc/usr.bin/libdecnumber/a
Update gcc to 4.8.5.
[mrg, ticket #1005]
+sys/ufs/ffs/ffs_bswap.c 1.38-1.39
+
+ Fix harmless array overrun, and make some simplification
+ changes to memcpy.
+ [riastradh, ticket #896]
+