<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch go1.10.1</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=go1.10.1</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=go1.10.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2018-03-29T06:09:52Z</updated>
<entry>
<title>[release-branch.go1.10] go1.10.1</title>
<updated>2018-03-29T06:09:52Z</updated>
<author>
<name>Andrew Bonventre</name>
<email>andybons@golang.org</email>
</author>
<published>2018-03-29T03:44:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ac7c0ee26dda18076d5f6c151d8f920b43340ae3'/>
<id>urn:sha1:ac7c0ee26dda18076d5f6c151d8f920b43340ae3</id>
<content type='text'>
Change-Id: I0636f60e705f8182d6fba4ce6199c67f94c04e36
Reviewed-on: https://go-review.googlesource.com/103168
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.10] runtime: identify special functions by flag instead of address</title>
<updated>2018-03-29T06:09:45Z</updated>
<author>
<name>Keith Randall</name>
<email>khr@golang.org</email>
</author>
<published>2018-03-14T22:21:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ff5bff8a5fb4d81bf18f2cd23bfef30d5413e4e8'/>
<id>urn:sha1:ff5bff8a5fb4d81bf18f2cd23bfef30d5413e4e8</id>
<content type='text'>
When there are plugins, there may not be a unique copy of runtime
functions like goexit, mcall, etc.  So identifying them by entry
address is problematic.  Instead, keep track of each special function
using a field in the symbol table.  That way, multiple copies of
the same runtime function will be treated identically.

Fixes #24351
Fixes #23133

Change-Id: Iea3232df8a6af68509769d9ca618f530cc0f84fd
Reviewed-on: https://go-review.googlesource.com/100739
Run-TryBot: Keith Randall &lt;khr@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/102793
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-by: Keith Randall &lt;khr@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.10] doc: update 1.9.5 release notes to include net/http/pprof</title>
<updated>2018-03-29T06:09:39Z</updated>
<author>
<name>Andrew Bonventre</name>
<email>andybons@golang.org</email>
</author>
<published>2018-03-29T01:25:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=76b63aaab90c0b8163c99598ef218451b5a82ec8'/>
<id>urn:sha1:76b63aaab90c0b8163c99598ef218451b5a82ec8</id>
<content type='text'>
Change-Id: I7c0716711a2cadd347fdf242c792b109539f7355
Reviewed-on: https://go-review.googlesource.com/103163
Reviewed-by: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/103166
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.10] doc: update release notes for Go 1.9.5</title>
<updated>2018-03-29T06:09:31Z</updated>
<author>
<name>Andrew Bonventre</name>
<email>andybons@golang.org</email>
</author>
<published>2018-03-29T01:11:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=051e204c7948e59d53828412afd94b6dc4f7648e'/>
<id>urn:sha1:051e204c7948e59d53828412afd94b6dc4f7648e</id>
<content type='text'>
Change-Id: Idf88d289bac9603d852a9d19eb4b764f8589f8d9
Reviewed-on: https://go-review.googlesource.com/103159
Reviewed-by: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/103162
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.10] doc: document Go 1.10.1</title>
<updated>2018-03-29T06:09:24Z</updated>
<author>
<name>Andrew Bonventre</name>
<email>andybons@golang.org</email>
</author>
<published>2018-03-28T21:51:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e069f90e17cd89e208f6abc1be94010bfcaa3300'/>
<id>urn:sha1:e069f90e17cd89e208f6abc1be94010bfcaa3300</id>
<content type='text'>
Change-Id: Ibba5d4fd8124db9b1e4e50b8f37366f8dd23f47e
Reviewed-on: https://go-review.googlesource.com/103217
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/103222
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-by: Andrew Bonventre &lt;andybons@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.10] doc: document Go 1.9.5</title>
<updated>2018-03-29T06:09:18Z</updated>
<author>
<name>Andrew Bonventre</name>
<email>andybons@golang.org</email>
</author>
<published>2018-03-28T21:42:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=04c58320c91c112f54c7697076524f80885259a3'/>
<id>urn:sha1:04c58320c91c112f54c7697076524f80885259a3</id>
<content type='text'>
Change-Id: I8f12b188d2e13555e1d7634b9cc0319fc737cb1d
Reviewed-on: https://go-review.googlesource.com/103216
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/103221
Reviewed-by: Andrew Bonventre &lt;andybons@golang.org&gt;
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.10] net/http/pprof: harden handler responses</title>
<updated>2018-03-29T06:09:08Z</updated>
<author>
<name>Andrew Bonventre</name>
<email>andybons@golang.org</email>
</author>
<published>2018-03-23T20:40:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=67582b166982cc942f3000509797358cd723dfa0'/>
<id>urn:sha1:67582b166982cc942f3000509797358cd723dfa0</id>
<content type='text'>
A very small number of old browsers consider content as HTML
even when it is explicitly stated in the Content-Type header
that it is not. If content served is based on user-supplied
input, then an XSS is possible. Introduce three mitigations:

+ Don't reflect user input in error strings
+ Set a Content-Disposition header when requesting a resource
  that should never be displayed in a browser window
+ Set X-Content-Type-Options: nosniff on all responses

Change-Id: I81c9d6736e0439ebd1db99cd7fb701cc56d24805
Reviewed-on: https://go-review.googlesource.com/102318
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-by: Filippo Valsorda &lt;filippo@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/103218
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.10] cmd/go: add more C compiler/linker options to whitelist</title>
<updated>2018-03-29T06:09:03Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2018-03-28T00:06:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=eef2fd28ca7023be3a3f1c62039c2643bffac948'/>
<id>urn:sha1:eef2fd28ca7023be3a3f1c62039c2643bffac948</id>
<content type='text'>
Fixes #23937

Change-Id: Ie63d91355d1a724d0012d99d457d939deeeb8d3e
Reviewed-on: https://go-review.googlesource.com/102818
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/103015
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.10] cmd/go: if -race, don't run coverage on runtime packages</title>
<updated>2018-03-29T06:08:56Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2018-02-17T03:08:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4bc847d8c9565d3b123d74f06878ec93ee02ac63'/>
<id>urn:sha1:4bc847d8c9565d3b123d74f06878ec93ee02ac63</id>
<content type='text'>
Don't compile the runtime packages with coverage when using the race
detector. The user can, perhaps accidentally, request coverage for the
runtime by using -coverpkg=all. If using the race detector, the
runtime package coverage will call into the race detector before it
has been initialized. This will cause the program to crash
mysteriously on startup.

Fixes #23882

Change-Id: I9a63867a9138797d8b8afb0856ae21079accdb27
Reviewed-on: https://go-review.googlesource.com/94898
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/103095
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.10] crypto/x509: matching any requested EKU should be sufficient.</title>
<updated>2018-03-29T06:08:46Z</updated>
<author>
<name>Adam Langley</name>
<email>agl@golang.org</email>
</author>
<published>2018-02-28T19:35:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c917b3c32b2434ddf035130c36453aadf43f3008'/>
<id>urn:sha1:c917b3c32b2434ddf035130c36453aadf43f3008</id>
<content type='text'>
The documentation was unclear here and I misremembered the behaviour and
changed it in 1.10: it used to be that matching any EKU was enough but
1.10 requires that all EKUs match.

Restore 1.9 behaviour and clarify the documentation to make it official.

Fixes #24162.

Change-Id: Ic9466cd0799cb27ec3a3a7e6c96f10c2aacc7020
Reviewed-on: https://go-review.googlesource.com/97720
Run-TryBot: Adam Langley &lt;agl@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Filippo Valsorda &lt;filippo@golang.org&gt;
Reviewed-on: https://go-review.googlesource.com/102790
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
</content>
</entry>
</feed>
