]> Cypherpunks repositories - gostls13.git/commit
exp/regexp/syntax: fix invalid input parser crash
authorRuss Cox <rsc@golang.org>
Mon, 12 Sep 2011 18:03:53 +0000 (14:03 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 12 Sep 2011 18:03:53 +0000 (14:03 -0400)
commit9c6265d339424b504b515cdaf078342a4dc11778
tree27f115603cb3bee51a23e0b7053e98e2b869ab5b
parent73fd9e7d9389579b5a2ea401df18b7316fa66323
exp/regexp/syntax: fix invalid input parser crash

Reported by Kyle Lemons.

R=r
CC=golang-dev
https://golang.org/cl/4992045
src/pkg/exp/regexp/syntax/parse.go
src/pkg/exp/regexp/syntax/parse_test.go