Module Name: src
Committed By: snj
Date: Fri Aug 18 15:09:27 UTC 2017
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
1465, 1473-1477
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.298 -r1.1.2.299 src/doc/CHANGES-6.2
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.2
diff -u src/doc/CHANGES-6.2:1.1.2.298 src/doc/CHANGES-6.2:1.1.2.299
--- src/doc/CHANGES-6.2:1.1.2.298 Fri Aug 18 05:38:06 2017
+++ src/doc/CHANGES-6.2 Fri Aug 18 15:09:27 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.298 2017/08/18 05:38:06 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.299 2017/08/18 15:09:27 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -18453,3 +18453,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]
+