mirror of https://github.com/tailscale/tailscale/
util/deephash: fix TestArrayAllocs
Unfortunately this test fails on certain architectures. The problem comes down to inconsistencies in the Go escape analysis where specific variables are marked as escaping on certain architectures. The variables escaping to the heap are unfortunately in crypto/sha256, which makes it impossible to fixthis locally in deephash. For now, fix the test by compensating for the allocations that occur from calling sha256.digest.Sum. See golang/go#48055 Fixes #2727 Signed-off-by: Joe Tsai <joetsai@digital-static.net>pull/2508/merge
parent
30458c71c8
commit
3f1317e3e5
Loading…
Reference in New Issue