Module Name: src
Committed By: martin
Date: Fri May 31 08:15:50 UTC 2019
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Ticket #1698
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.144 -r1.1.2.145 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.144 src/doc/CHANGES-7.0.3:1.1.2.145
--- src/doc/CHANGES-7.0.3:1.1.2.144 Wed May 29 15:55:41 2019
+++ src/doc/CHANGES-7.0.3 Fri May 31 08:15:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.144 2019/05/29 15:55:41 martin Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.145 2019/05/31 08:15:50 martin Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -5820,3 +5820,8 @@ sys/ufs/ffs/ffs_alloc.c 1.164
Fix rare allocation botch in ffs_nodealloccg().
[kardel, ticket #1697]
+sys/dev/scsipi/scsipi_ioctl.c 1.72 (patch)
+
+ Use correct size when copying outgoing sense data.
+ [mlelstv, ticket #1698]
+