Module Name: src
Committed By: snj
Date: Wed Aug 9 07:27:02 UTC 2017
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.1
Log Message:
1460-1462
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-7.1.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.1
diff -u src/doc/CHANGES-7.1.1:1.1.2.19 src/doc/CHANGES-7.1.1:1.1.2.20
--- src/doc/CHANGES-7.1.1:1.1.2.19 Wed Jul 26 16:07:41 2017
+++ src/doc/CHANGES-7.1.1 Wed Aug 9 07:27:01 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.1,v 1.1.2.19 2017/07/26 16:07:41 snj Exp $
+# $NetBSD: CHANGES-7.1.1,v 1.1.2.20 2017/08/09 07:27:01 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.1.1
release:
@@ -1741,3 +1741,20 @@ external/public-domain/tz/dist/version
Haiti, and a change to historic data for Liberia.
[kre, ticket #1450]
+sys/dev/auconv.c 1.30 via patch
+sys/dev/ic/ac97.c 1.97 via patch
+sys/dev/pci/azalia_codec.c 1.81 via patch
+
+ Mixer device bounds checking.
+ [nat, ticket #1460]
+
+sys/kern/kern_malloc.c 1.146
+
+ Avoid integer overflow in kern_malloc().
+ [martin, ticket #1461]
+
+sys/dev/usb/if_ural.c 1.52
+
+ Free the RX list if ural_alloc_rx_list fails part way through.
+ [skrll, ticket #1462]
+