Module Name: src
Committed By: snj
Date: Wed Aug 9 07:32:43 UTC 2017
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
1460-1462
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 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.50 src/doc/CHANGES-7.0.3:1.1.2.51
--- src/doc/CHANGES-7.0.3:1.1.2.50 Wed Jul 26 16:04:26 2017
+++ src/doc/CHANGES-7.0.3 Wed Aug 9 07:32:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.50 2017/07/26 16:04:26 snj Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.51 2017/08/09 07:32:43 snj Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -3031,3 +3031,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]
+