Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-1]: src/doc Ticket 1117-1118 and 1139.
details: https://anonhg.NetBSD.org/src/rev/8cfcc5f65daa
branches: netbsd-6-1
changeset: 776005:8cfcc5f65daa
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Nov 03 16:33:47 2014 +0000
description:
Ticket 1117-1118 and 1139.
diffstat:
doc/CHANGES-6.1.6 | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
diffs (37 lines):
diff -r a91c90c7996c -r 8cfcc5f65daa doc/CHANGES-6.1.6
--- a/doc/CHANGES-6.1.6 Mon Nov 03 15:30:10 2014 +0000
+++ b/doc/CHANGES-6.1.6 Mon Nov 03 16:33:47 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.5 2014/11/03 13:03:03 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.6 2014/11/03 16:33:47 msaitoh Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -125,3 +125,27 @@
Change the version that ftp announces to 20141026. It can be a
useful method to determine if CVE-2014-8517 is fixed.
[lukem, ticket #1180]
+
+sys/altq/altq_jobs.c 1.7
+sys/dev/ic/oosiop.c 1.14
+sys/dev/qbus/if_qe.c 1.73
+sys/dev/rasops/rasops.c 1.72
+sys/dev/vme/if_ie_vme.c 1.31
+sys/net/if_gre.c 1.160
+
+ Fix resource leask in miscellaneous error branches noted by maxv@.
+ [riastradh, ticket #1117]
+
+sys/kern/kern_rndpool.c 1.7
+sys/kern/kern_rndq.c 1.27
+
+ "buf" and "done" is not guaranteed to be aligned; don't *(uint32_t *)
+ it.
+ [riastradh, ticket #1118]
+
+sys/arch/sparc/dev/fd.c 1.155
+sys/arch/sparc64/dev/fdc.c 1.42
+sys/arch/sun3/dev/fd.c 1.78
+
+ Fix unexpected memory corruption on opening fd(4).
+ [tsutsui, ticket #1139]
Home |
Main Index |
Thread Index |
Old Index