Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc 1452, 1462, 1463
details: https://anonhg.NetBSD.org/src/rev/0c4a651cc4c0
branches: netbsd-6
changeset: 777195:0c4a651cc4c0
user: snj <snj%NetBSD.org@localhost>
date: Sun Jul 23 14:30:15 2017 +0000
description:
1452, 1462, 1463
diffstat:
doc/CHANGES-6.2 | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r 3fc9177d2515 -r 0c4a651cc4c0 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2 Sun Jul 23 14:27:24 2017 +0000
+++ b/doc/CHANGES-6.2 Sun Jul 23 14:30:15 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.292 2017/07/21 04:53:34 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.293 2017/07/23 14:30:15 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -18007,3 +18007,28 @@
overflow.
[nat, ticket #1457]
+lib/lua/sqlite/sqlite.c 1.9
+
+ Guard against double freeing of objects (explicit by the Lua
+ program, then later by the garbage collector).
+ This fixes PR bin/52218.
+ [mbalmer, ticket #1452]
+
+libexec/ld.elf_so/tls.c 1.11 via patch
+
+ Fix two bugs related to promotion of DSO TLS blocks into
+ the static thread allocation:
+ (1) Set the DTV vector up whenever an offset into the
+ static allocation is assigned, even if the block itself
+ is not initialized. This has been seen in libstdc++.
+ (2) Do not free a DTV block if it is part of the static
+ thread allocation.
+ [joerg, ticket #1462]
+
+sys/dev/pci/aceride.c 1.37
+sys/dev/pci/pciide_acer_reg.h 1.13
+
+ Apply workaround from FreeBSD to fix read data corruption
+ observed on Fire V100 and mSATA-SSD with mSATA to IDE adapter.
+ [nakayama, ticket #1463]
+
Home |
Main Index |
Thread Index |
Old Index