Module Name: src
Committed By: snj
Date: Sun Jul 23 14:30:15 UTC 2017
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
1452, 1462, 1463
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.292 -r1.1.2.293 src/doc/CHANGES-6.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.292 src/doc/CHANGES-6.2:1.1.2.293
--- src/doc/CHANGES-6.2:1.1.2.292 Fri Jul 21 04:53:34 2017
+++ src/doc/CHANGES-6.2 Sun Jul 23 14:30:15 2017
@@ -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 @@ sys/dev/audio.c patch
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]
+