<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch go1.4.3</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=go1.4.3</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=go1.4.3'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2015-09-23T04:20:05Z</updated>
<entry>
<title>[release-branch.go1.4] go1.4.3</title>
<updated>2015-09-23T04:20:05Z</updated>
<author>
<name>Chris Broadfoot</name>
<email>cbro@golang.org</email>
</author>
<published>2015-09-23T04:12:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=50eb39bb23e8b03e823c38e844f0410d0b5325d2'/>
<id>urn:sha1:50eb39bb23e8b03e823c38e844f0410d0b5325d2</id>
<content type='text'>
Change-Id: I9f0c6cf2dfc83f95905e75977a3e679a4152aa41
Reviewed-on: https://go-review.googlesource.com/14855
Run-TryBot: Chris Broadfoot &lt;cbro@golang.org&gt;
Reviewed-by: Chris Broadfoot &lt;cbro@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.4] doc: document go1.4.3</title>
<updated>2015-09-23T04:11:19Z</updated>
<author>
<name>Chris Broadfoot</name>
<email>cbro@golang.org</email>
</author>
<published>2015-09-23T03:45:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=5d9c28077dee9af1e03dba6c57de08a04e767f13'/>
<id>urn:sha1:5d9c28077dee9af1e03dba6c57de08a04e767f13</id>
<content type='text'>
Change-Id: Ib1bfe4038e2b125a31acd9ff7772e462b0a6358f
Reviewed-on: https://go-review.googlesource.com/14852
Reviewed-by: Andrew Gerrand &lt;adg@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/14853
</content>
</entry>
<entry>
<title>[release-branch.go1.4] net/http: backport some potential request smuggling vectors from Go 1.5</title>
<updated>2015-09-22T06:40:33Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2015-09-21T14:09:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=cb65428710d70abdaf101defa9cd7eaddff9d925'/>
<id>urn:sha1:cb65428710d70abdaf101defa9cd7eaddff9d925</id>
<content type='text'>
This CL contains the verbatim tests from these two changes, but with
alternate minimal fixes against the 1.4 tree:

https://go-review.googlesource.com/#/c/12865/
https://go-review.googlesource.com/#/c/13148/

Change-Id: If98c2198e24e30e14a3b7b5e954b504d1f18db89
Reviewed-on: https://go-review.googlesource.com/14802
Reviewed-by: Rob Pike &lt;r@golang.org&gt;
Run-TryBot: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-by: Andrew Gerrand &lt;adg@golang.org&gt;
Reviewed-by: Chris Broadfoot &lt;cbro@golang.org&gt;
Run-TryBot: Chris Broadfoot &lt;cbro@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.4] net/http: harden Server against request smuggling</title>
<updated>2015-09-22T06:39:51Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2015-06-30T21:21:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8f3395902d3f57887dd11b60d837785107304df4'/>
<id>urn:sha1:8f3395902d3f57887dd11b60d837785107304df4</id>
<content type='text'>
See RFC 7230.

Thanks to Régis Leroy for the report.

Change-Id: Ic1779bc2180900430d4d7a4938cac04ed73c304c
Reviewed-on: https://go-review.googlesource.com/11810
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
Run-TryBot: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/14250
Reviewed-by: Andrew Gerrand &lt;adg@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.4] net/textproto: don't treat spaces as hyphens in header keys</title>
<updated>2015-09-22T06:39:39Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2015-06-30T16:22:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8f429671248bbcf956fa8a1b7c3a1072285a3b8b'/>
<id>urn:sha1:8f429671248bbcf956fa8a1b7c3a1072285a3b8b</id>
<content type='text'>
This was originally done in https://codereview.appspot.com/5690059
(Feb 2012) to deal with bad response headers coming back from webcams,
but it presents a potential security problem with HTTP request
smuggling for request headers containing "Content Length" instead of
"Content-Length".

Part of overall HTTP hardening for request smuggling. See RFC 7230.

Thanks to Régis Leroy for the report.

Change-Id: I92b17fb637c9171c5774ea1437979ae2c17ca88a
Reviewed-on: https://go-review.googlesource.com/11772
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
Run-TryBot: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/14249
Reviewed-by: Andrew Gerrand &lt;adg@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.4] runtime: don't return a slice with nil ptr but non-zero len from growslice</title>
<updated>2015-09-22T06:36:57Z</updated>
<author>
<name>Shenghou Ma</name>
<email>minux@golang.org</email>
</author>
<published>2015-03-11T16:07:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e938de22be4ee63d65152024f75d62482d3d69b4'/>
<id>urn:sha1:e938de22be4ee63d65152024f75d62482d3d69b4</id>
<content type='text'>
Fixes #10135.

Change-Id: Ic4c5ab15bcb7b9c3fcc685a788d3b59c60c26e1e
Signed-off-by: Shenghou Ma &lt;minux@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/7400
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/14248
Reviewed-by: Andrew Gerrand &lt;adg@golang.org&gt;
</content>
</entry>
<entry>
<title>cmd/dist: remove -Werror from CFLAGS</title>
<updated>2015-09-03T06:23:23Z</updated>
<author>
<name>Shenghou Ma</name>
<email>minux@golang.org</email>
</author>
<published>2015-08-27T01:18:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a527bdbda39c48fa772d8d54eb6b849f240442c1'/>
<id>urn:sha1:a527bdbda39c48fa772d8d54eb6b849f240442c1</id>
<content type='text'>
Fixes #12345.

Change-Id: I43d91e3f33171c333803036b29c3238c6aff3c60
Reviewed-on: https://go-review.googlesource.com/13962
Reviewed-by: Andrew Gerrand &lt;adg@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.4] go1.4.2</title>
<updated>2015-02-18T04:24:51Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2015-02-18T02:37:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=883bc6ed0ea815293fe6309d66f967ea60630e87'/>
<id>urn:sha1:883bc6ed0ea815293fe6309d66f967ea60630e87</id>
<content type='text'>
Change-Id: I0f198e4a94c50a11228c15d6aaac0cea890b5b58
Reviewed-on: https://go-review.googlesource.com/5111
Reviewed-by: Rob Pike &lt;r@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.4] doc: document Go 1.4.2</title>
<updated>2015-02-18T03:43:35Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2015-02-18T02:40:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=5e9b6cac522a9400f88c5edfcdfb1c50bc0d8bb8'/>
<id>urn:sha1:5e9b6cac522a9400f88c5edfcdfb1c50bc0d8bb8</id>
<content type='text'>
Change-Id: Ia87047cbc720fb03d2f67aec48abe18bce8dbf78
Reviewed-on: https://go-review.googlesource.com/5112
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/5113
Reviewed-by: Andrew Gerrand &lt;adg@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.4] runtime: don't fail if we find a pointer to an invalid span on 32 bit</title>
<updated>2015-02-17T23:37:56Z</updated>
<author>
<name>Keith Randall</name>
<email>khr@golang.org</email>
</author>
<published>2015-02-14T23:46:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e4acac3dfb97479e339fbf587af488bd6886cf09'/>
<id>urn:sha1:e4acac3dfb97479e339fbf587af488bd6886cf09</id>
<content type='text'>
The 32-bit heap may have holes in it.  Pointers to (non-heap) objects
in those holes shouldn't cause the GC to throw.

This change is somewhat of a band-aid fix for 1.4.2.  We should do
a more thorough fix for tip (keep track of the holes in the heap
with special MSpans, say).

Update #9872

Change-Id: Ife9ba27b77ae6ac5a6792d249c68893b3df62134
Reviewed-on: https://go-review.googlesource.com/4920
Run-TryBot: Keith Randall &lt;khr@golang.org&gt;
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
</content>
</entry>
</feed>
