This commit is contained in:
snj 2017-10-01 16:45:00 +00:00
parent 39caca37f8
commit 2670f8b2ab
1 changed files with 9 additions and 1 deletions

View File

@ -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 @@ sys/uvm/uvm_map.c 1.352
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]