crypto/sha256: memory leak or issue with heap profiler #30249
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes (1.11.5)
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Then check heap profile: http://localhost:7070/debug/pprof/heap?debug=1
What did you expect to see?
No entry for
myFunc
What did you see instead?
Note this issue also holds for sha512, but not for sha1, and not for ripemd160 from x/crypto
The text was updated successfully, but these errors were encountered: