]> Cypherpunks repositories - gostls13.git/commit
mime/multipart: fix bug when body contains prefix of the boundary
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 30 Jun 2015 23:50:36 +0000 (16:50 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 2 Jul 2015 16:04:34 +0000 (16:04 +0000)
commit85938714e9619e1db064ad11a94ac987d6c24ac0
treea29c81a047735e21b37df99312257127eb6eb13c
parent1b96091a050d605b900f83e1a28b660729400799
mime/multipart: fix bug when body contains prefix of the boundary

Fixes #10616

Change-Id: I4ef25eb0be6ccf474976fdb5087dd2c62c66c510
Reviewed-on: https://go-review.googlesource.com/11811
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/mime/multipart/multipart.go
src/mime/multipart/multipart_test.go