Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-1]: src/doc 1465, 1473-1477



details:   https://anonhg.NetBSD.org/src/rev/a383d0bb93d7
branches:  netbsd-6-1
changeset: 776238:a383d0bb93d7
user:      snj <snj%NetBSD.org@localhost>
date:      Fri Aug 18 15:10:01 2017 +0000

description:
1465, 1473-1477

diffstat:

 doc/CHANGES-6.1.6 |  33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r bdcac72c06b4 -r a383d0bb93d7 doc/CHANGES-6.1.6
--- a/doc/CHANGES-6.1.6 Fri Aug 18 15:08:02 2017 +0000
+++ b/doc/CHANGES-6.1.6 Fri Aug 18 15:10:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.104 2017/08/18 05:37:44 snj Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.105 2017/08/18 15:10:01 snj Exp $
 
 A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
 release:
@@ -12405,3 +12405,34 @@
        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]
+



Home | Main Index | Thread Index | Old Index