1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:31:22 -06:00
go/src/pkg/exp
Mike Samuel 3771415100 exp/template/html: fix infinite loop in escapeText on bad input
The template
    "<a="
caused an infinite loop in escape text.

The change to tTag fixes that and the change to escape.go causes
escapeText to panic on any infinite loop that does not involve
a state cycle.

R=nigeltao
CC=golang-dev
https://golang.org/cl/5115041
2011-09-26 00:56:49 -07:00
..
datafmt container/vector: removed last instances of vector outside of container/vector itself from the core libs 2011-08-08 11:27:09 -07:00
gui image: change the NewXxx functions to take a Rectangle instead of 2011-09-14 21:39:49 +10:00
norm exp/norm: Adopt regexp to exp/regexp semantics. 2011-09-19 17:30:19 +02:00
regexp src: fix a couple of govet-discovered errors. 2011-09-14 13:29:31 -07:00
ssh exp/ssh: refactor halfConnection to transport 2011-09-20 12:21:50 -04:00
template/html exp/template/html: fix infinite loop in escapeText on bad input 2011-09-26 00:56:49 -07:00
wingui syscall: mksyscall_windows.pl to produce packages other than syscall (for example pkg/exp/wingui/zwinapi.go) 2011-09-24 10:38:39 +10:00
README explain exp 2009-10-15 11:02:18 -07:00

This directory tree contains experimental packages and
unfinished code that is subject to even more change than the
rest of the Go tree.