Module Name: src
Committed By: snj
Date: Fri Aug 18 15:10:27 UTC 2017
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
1465, 1473-1477
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.107 -r1.1.2.108 src/doc/CHANGES-6.0.7
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-6.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.107 src/doc/CHANGES-6.0.7:1.1.2.108
--- src/doc/CHANGES-6.0.7:1.1.2.107 Fri Aug 18 05:37:22 2017
+++ src/doc/CHANGES-6.0.7 Fri Aug 18 15:10:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.107 2017/08/18 05:37:22 snj Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.108 2017/08/18 15:10:26 snj Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -12732,3 +12732,34 @@ crypto/external/bsd/openssl/dist/ssl/ssl
namespace clashes with zlib.h.
[mrg, ticket #1497]
+sys/kern/kern_malloc.c 1.146
+
+ Avoid integer overflow in kern_malloc().
+ [martin, ticket #1465]
+
+sys/dev/pci/if_ipw.c 1.65 via patch
+
+ double free in ipw_dma_alloc()
+ [mrg, ticket #1473]
+
+sys/dev/pci/if_et.c 1.15
+
+ missing mbuf cluster allocation error checking in et_newbuf()
+ [mrg, ticket #1474]
+
+sys/dev/ic/i82596.c 1.37
+
+ potential double free in iee_init()/iee_stop()
+ [mrg, ticket #1475]
+
+sys/dev/ic/dp83932.c 1.41
+
+ Plug mbuf leak on MCLGET failure in sonic_rxintr.
+ [mrg, ticket #1476]
+
+sys/dev/ic/dm9000.c 1.12
+
+ missing mbuf cluster allocation error checking in
+ dme_alloc_receive_buffer()
+ [mrg, ticket #1477]
+