]> Cypherpunks repositories - gostls13.git/commit
add NUL when allocating strings, to make use
authorRuss Cox <rsc@golang.org>
Wed, 27 May 2009 00:39:25 +0000 (17:39 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 27 May 2009 00:39:25 +0000 (17:39 -0700)
commit1a0a6f9d5004d0ae078d7772e9623f9f6117f9be
treecda077207c6ae3ee181895b0409d07d9be1adc37
parent7d73075511d824177127ba71248013387769c059
add NUL when allocating strings, to make use
of getenv by low-level runtime easier.
fix 32-bit bug in gc (there are still more).

R=ken
OCL=29415
CL=29415
src/runtime/mgc0.c
src/runtime/string.c