mirror of https://github.com/golang/go.git
Fixes #5085. {6,8}c/swt.c allocates a third Biobuf in automatic memory which is not terminated at the end of the function. This causes the buffer to be 'in use' when the batexit handler fires, confusing valgrind. Huge thanks to DMorsing for the diagnosis. R=golang-dev, daniel.morsing, rsc CC=golang-dev https://golang.org/cl/7844044 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| cgen.c | ||
| cgen64.c | ||
| div.c | ||
| doc.go | ||
| gc.h | ||
| list.c | ||
| machcap.c | ||
| mul.c | ||
| peep.c | ||
| reg.c | ||
| sgen.c | ||
| swt.c | ||
| txt.c | ||