Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/2b9b829872f9
branches:  netbsd-6
changeset: 777216:2b9b829872f9
user:      snj <snj%NetBSD.org@localhost>
date:      Fri Aug 18 15:09:27 2017 +0000

description:
1465, 1473-1477

diffstat:

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

diffs (44 lines):

diff -r 85d995d9f147 -r 2b9b829872f9 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Fri Aug 18 15:08:21 2017 +0000
+++ b/doc/CHANGES-6.2   Fri Aug 18 15:09:27 2017 +0000
@@ -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 @@
        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