]> Cypherpunks repositories - gostls13.git/commit
gc: disallow NUL byte, catch more invalid UTF-8, test
authorRuss Cox <rsc@golang.org>
Wed, 17 Feb 2010 00:47:39 +0000 (16:47 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 17 Feb 2010 00:47:39 +0000 (16:47 -0800)
commitcfff862862daa6fe88fca70c4167bafeb36b22c0
tree148a0dd1124703a69ad5cf2f034ec60471eff246
parentb7d9ffeecd4fd9afe0922b08998e85f0d0672582
gc: disallow NUL byte, catch more invalid UTF-8, test

R=ken2, ken3
CC=golang-dev
https://golang.org/cl/209041
src/cmd/gc/lex.c
src/cmd/gc/subr.c
test/nul.go [new file with mode: 0644]