Source-Changes-HG archive

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

[src/netbsd-8]: src/doc 295



details:   https://anonhg.NetBSD.org/src/rev/d4f2a7ef78a1
branches:  netbsd-8
changeset: 434326:d4f2a7ef78a1
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Oct 01 16:45:00 2017 +0000

description:
295

diffstat:

 doc/CHANGES-8.0 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 3066253ea056 -r d4f2a7ef78a1 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Sun Oct 01 16:37:57 2017 +0000
+++ b/doc/CHANGES-8.0   Sun Oct 01 16:45:00 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.61 2017/10/01 10:20:40 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.62 2017/10/01 16:45:00 snj Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -6065,3 +6065,11 @@
        Bruno Haible).
        [pgoyette, ticket #294]
 
+lib/libpthread/pthread_attr.c                  1.18
+
+       pthread__attr_init_private:
+       malloc+memset -> calloc. Also initialize all values to the proper
+       defaults.
+       This fixes the "rustc panic" discussed on pkgsrc-users.
+       [martin, ticket #295]
+



Home | Main Index | Thread Index | Old Index