mirror of
https://github.com/golang/go
synced 2024-11-19 21:04:43 -07:00
3c3848ad92
The following line in sysFree: n += (n + memRound) &^ memRound doubles value of n (n += n). Which is wrong and can lead to memory corruption. Fixes #9712 Change-Id: I3c141b71da11e38837c09408cf4f1d22e8f7f36e Reviewed-on: https://go-review.googlesource.com/3602 Reviewed-by: David du Colombier <0intro@gmail.com> |
||
---|---|---|
.. | ||
mprof_test.go | ||
pprof_test.go | ||
pprof.go | ||
trace_parser_test.go | ||
trace_test.go |