1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:31:28 -06:00
go/src/mime
Russ Cox 025e9b0ca3 mime: fix parsing of empty string attribute value
Fixes #11290.

Change-Id: I312f0731077b78a4bed47062eb7fd1ab52bc3dd1
Reviewed-on: https://go-review.googlesource.com/17453
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2015-12-05 20:14:25 +00:00
..
multipart mime/multipart: fix peekBufferSeparatorIndex edge case 2015-10-09 16:27:43 +00:00
quotedprintable
testdata
encodedword_test.go mime: limit UTF-8 encoded-word length to 75 characters 2015-10-15 00:08:03 +00:00
encodedword.go mime: Remove an allocation in word decoding. 2015-10-18 17:31:52 +00:00
example_test.go
grammar.go
mediatype_test.go mime: fix parsing of empty string attribute value 2015-12-05 20:14:25 +00:00
mediatype.go mime: fix parsing of empty string attribute value 2015-12-05 20:14:25 +00:00
type_dragonfly.go
type_freebsd.go
type_openbsd.go
type_plan9.go
type_test.go
type_unix.go
type_windows.go
type.go