1
0
mirror of https://github.com/golang/go synced 2024-11-20 04:04:41 -07:00
go/src
David du Colombier a07f6adda8 runtime: fix GOTRACEBACK on Plan 9
Getenv() should not call malloc when called from
gotraceback(). Instead, we return a static buffer
in this case, with enough room to hold the longest
value.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/85680043
2014-04-09 06:41:14 +02:00
..
cmd cmd/go: allow use of Context in 'go list -f' 2014-04-08 22:35:29 -04:00
lib9 lib9/utf: bring C environment up to Unicode 6.3.0 2014-02-25 17:49:32 -08:00
libbio libbio, libmach: warnings from the Plan 9 tool chain 2014-04-07 08:40:13 -07:00
liblink liblink: remove code that is never executed 2014-04-07 22:12:26 -07:00
libmach libbio, libmach: warnings from the Plan 9 tool chain 2014-04-07 08:40:13 -07:00
pkg runtime: fix GOTRACEBACK on Plan 9 2014-04-09 06:41:14 +02:00
all.bash
all.bat
all.rc
clean.bash
clean.bat
clean.rc
make.bash cmd/go, cmd/cgo, make.bash: cross compiling with cgo enabled 2014-02-06 09:11:00 -08:00
make.bat
Make.dist
make.rc lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
race.bash
race.bat
run.bash build: remove depdenency on GNU make 2014-04-07 11:34:35 +10:00
run.bat run.bash: explain why we set GOMAXPROCS for runtime test 2014-03-06 13:16:14 +04:00
run.rc run.bash: explain why we set GOMAXPROCS for runtime test 2014-03-06 13:16:14 +04:00
sudo.bash