Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/doc 1465, 1473-1477
details: https://anonhg.NetBSD.org/src/rev/dd0787992d79
branches: netbsd-6-0
changeset: 775240:dd0787992d79
user: snj <snj%NetBSD.org@localhost>
date: Fri Aug 18 15:10:26 2017 +0000
description:
1465, 1473-1477
diffstat:
doc/CHANGES-6.0.7 | 33 ++++++++++++++++++++++++++++++++-
1 files changed, 32 insertions(+), 1 deletions(-)
diffs (44 lines):
diff -r 74dd0240e9ca -r dd0787992d79 doc/CHANGES-6.0.7
--- a/doc/CHANGES-6.0.7 Fri Aug 18 15:07:37 2017 +0000
+++ b/doc/CHANGES-6.0.7 Fri Aug 18 15:10:26 2017 +0000
@@ -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 @@
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