]> Cypherpunks repositories - gostls13.git/commit
runtime: revert recent Windows crashdump changes
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 9 Nov 2021 00:23:02 +0000 (01:23 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 9 Nov 2021 02:28:30 +0000 (02:28 +0000)
commit6dcf83d882a668894f4423045833e97f7e3c31cf
tree5f9544fd733a2c80e554c402b358adcb371a6737
parent5344dcae4139de85b9e3d8cea81f9b65fc2bd25f
runtime: revert recent Windows crashdump changes

Recent changes to runtime enabled crashdumps, which under some
circumstances apparently might result in memory being uploaded to
Microsoft. A change like this should go through the proper proposals
process where we can discuss how to gate it and what all of its
implications are.

This reverts CL 307372 and its cleanup CL 360617.

Change-Id: If2e74015899d746831da40546c82eacacdf739e1
Reviewed-on: https://go-review.googlesource.com/c/go/+/362454
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/os_windows.go
src/runtime/panic.go
src/runtime/signal_windows.go