mirror of https://github.com/golang/go.git
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.go | ||
| pprof_test.go | ||
| trace_parser_test.go | ||
| trace_test.go | ||