]> Cypherpunks repositories - gostls13.git/commit
runtime: adjust address calculation in identifying abort on windows/arm
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 27 Nov 2020 21:07:23 +0000 (22:07 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 27 Nov 2020 22:28:11 +0000 (22:28 +0000)
commit0252cfd84d6268985199f96239e65a0b0d32363c
treebdf5a17377f251167edc6bf58603a7a6c3ec6964
parent91f77ca2f8590ed2051ee9a62d52676cf1bff98d
runtime: adjust address calculation in identifying abort on windows/arm

Apparently we're being called on arm 1 byte off, just like on 386 and
amd64, so unify the handler for isAbortPC.

Fixes #42859.
Updates #29050.

Change-Id: I97fffeb4a33d93ca3397ce1c9ba2b05137f391ca
Reviewed-on: https://go-review.googlesource.com/c/go/+/273727
Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Trust: Alex Brainman <alex.brainman@gmail.com>
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
src/runtime/signal_windows.go