<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch go1.11.5</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=go1.11.5</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=go1.11.5'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2019-01-23T19:49:15Z</updated>
<entry>
<title>[release-branch.go1.11-security] go1.11.5</title>
<updated>2019-01-23T19:49:15Z</updated>
<author>
<name>Julie Qiu</name>
<email>julie@golang.org</email>
</author>
<published>2019-01-23T19:07:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=35bb62e60a7779ff82c3067903b3306ff8666471'/>
<id>urn:sha1:35bb62e60a7779ff82c3067903b3306ff8666471</id>
<content type='text'>
Change-Id: Ib957fc19ae0633f77e2a5a9219f7a11ceda3f092
Reviewed-on: https://team-review.git.corp.google.com/c/400909
Reviewed-by: Filippo Valsorda &lt;valsorda@google.com&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11-security] net: pass if at least one matching entry in TestLookupGmailTXT</title>
<updated>2019-01-23T19:06:01Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2019-01-11T22:26:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=daef79d40510df2708dba127bb0721fb8548bc9e'/>
<id>urn:sha1:daef79d40510df2708dba127bb0721fb8548bc9e</id>
<content type='text'>
Fixes #29698

Change-Id: I0531c0a274b120af8871aa2f5975744ff6c912a3
Reviewed-on: https://go-review.googlesource.com/c/157638
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-on: https://team-review.git.corp.google.com/c/401203
Reviewed-by: Filippo Valsorda &lt;valsorda@google.com&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11-security] doc: document Go 1.11.5 and Go 1.10.8</title>
<updated>2019-01-23T17:49:22Z</updated>
<author>
<name>Julie Qiu</name>
<email>julie@golang.org</email>
</author>
<published>2019-01-23T17:39:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=983d8092ef8cc5c92c5a598baf1b7a5dbfd51ef4'/>
<id>urn:sha1:983d8092ef8cc5c92c5a598baf1b7a5dbfd51ef4</id>
<content type='text'>
Change-Id: I97ce42e1e9a6d10bf1eeccc2763e043d8ebe5bab
Reviewed-on: https://team-review.git.corp.google.com/c/400906
Reviewed-by: Filippo Valsorda &lt;valsorda@google.com&gt;
(cherry picked from commit efe766c7c0918da96aa21e1ac03a9d3fa57ca156)
Reviewed-on: https://team-review.git.corp.google.com/c/401144
</content>
</entry>
<entry>
<title>[release-branch.go1.11-security] crypto/elliptic: reduce subtraction term to prevent long busy loop</title>
<updated>2019-01-23T17:29:02Z</updated>
<author>
<name>Filippo Valsorda</name>
<email>filippo@golang.org</email>
</author>
<published>2019-01-22T21:02:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=42b42f71cf8f5956c09e66230293dfb5db652360'/>
<id>urn:sha1:42b42f71cf8f5956c09e66230293dfb5db652360</id>
<content type='text'>
If beta8 is unusually large, the addition loop might take a very long
time to bring x3-beta8 back positive.

This would lead to a DoS vulnerability in the implementation of the
P-521 and P-384 elliptic curves that may let an attacker craft inputs
to ScalarMult that consume excessive amounts of CPU.

This fixes CVE-2019-6486.

Change-Id: Ia969e8b5bf5ac4071a00722de9d5e4d856d8071a
Reviewed-on: https://team-review.git.corp.google.com/c/399777
Reviewed-by: Adam Langley &lt;agl@google.com&gt;
Reviewed-by: Julie Qiu &lt;julieqiu@google.com&gt;
(cherry picked from commit 746d6abe2dfb9ce7609f8e1e1a8dcb7e221f423e)
Reviewed-on: https://team-review.git.corp.google.com/c/401142
Reviewed-by: Filippo Valsorda &lt;valsorda@google.com&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11] go1.11.4</title>
<updated>2018-12-14T23:34:32Z</updated>
<author>
<name>Filippo Valsorda</name>
<email>valsorda@google.com</email>
</author>
<published>2018-12-14T21:59:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4601a4c1b1c00fbe507508f0267ec5a9445bb7e5'/>
<id>urn:sha1:4601a4c1b1c00fbe507508f0267ec5a9445bb7e5</id>
<content type='text'>
Change-Id: Id4fe02a5b26da92e99d9817ecbf518682c4345b2
Reviewed-on: https://go-review.googlesource.com/c/154307
Run-TryBot: Filippo Valsorda &lt;filippo@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11] doc: document Go 1.11.4</title>
<updated>2018-12-14T21:58:38Z</updated>
<author>
<name>Filippo Valsorda</name>
<email>filippo@golang.org</email>
</author>
<published>2018-12-14T21:04:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=37b7c99ffdad7e1777669c2dde986dd6a1f2ea02'/>
<id>urn:sha1:37b7c99ffdad7e1777669c2dde986dd6a1f2ea02</id>
<content type='text'>
Change-Id: Ic098bd69fa9e3f7b2ed6c451a7a266167c0cde94
Reviewed-on: https://go-review.googlesource.com/c/154302
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
(cherry picked from commit 47713567d9ec3784688d4e41ae16dca8466dcb84)
Reviewed-on: https://go-review.googlesource.com/c/154306
</content>
</entry>
<entry>
<title>[release-branch.go1.11] doc: document Go 1.10.7</title>
<updated>2018-12-14T21:58:32Z</updated>
<author>
<name>Filippo Valsorda</name>
<email>filippo@golang.org</email>
</author>
<published>2018-12-14T21:14:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=55cfdd7f45acf590068c702287f3d99b0b45a362'/>
<id>urn:sha1:55cfdd7f45acf590068c702287f3d99b0b45a362</id>
<content type='text'>
Change-Id: Id71aad4cf6149e0ba15f7fec0b74517827c37866
Reviewed-on: https://go-review.googlesource.com/c/154303
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
(cherry picked from commit 84bf9ce1fbe7ae8424031550d9cf3fe6b27575e3)
Reviewed-on: https://go-review.googlesource.com/c/154304
</content>
</entry>
<entry>
<title>[release-branch.go1.11] net/http: update bundled x/net/http2</title>
<updated>2018-12-14T20:32:28Z</updated>
<author>
<name>Dmitri Shuralyov</name>
<email>dmitshur@golang.org</email>
</author>
<published>2018-12-14T19:56:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=66f09979ded78fed046995fca85ed1711ebf1cde'/>
<id>urn:sha1:66f09979ded78fed046995fca85ed1711ebf1cde</id>
<content type='text'>
This updates x/net/http2 to x/net on the latest commit of x/net on
release-branch.go1.11 branch, golang/net@a4630153038d3cb8c57f, for:

	[release-branch.go1.11] http2: don't leak streams on broken body
	https://golang.org/cl/154237

Fixes #28673

Change-Id: I8f40c69502fa95d1d9dff1ab68444640444442aa
Reviewed-on: https://go-review.googlesource.com/c/154298
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Run-TryBot: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11] cmd/cgo: don't cache bad pointer typedefs</title>
<updated>2018-12-14T20:23:55Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2018-12-11T15:46:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=17bf5e903184a271b04eb917a42b528c5730f38c'/>
<id>urn:sha1:17bf5e903184a271b04eb917a42b528c5730f38c</id>
<content type='text'>
The set of bad pointer typedefs changes as we see more typedefs, so
avoid looking in the cache when we find one.

Updates #29175
Fixes #29272

Change-Id: Idd82289bdd8628d11a983fa5ec96517e3a5bcbf1
Reviewed-on: https://go-review.googlesource.com/c/153597
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
Reviewed-by: Keith Randall &lt;khr@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
(cherry picked from commit 01e072db5d26c224dfbe7763a5b94ab23c163983)
Reviewed-on: https://go-review.googlesource.com/c/154299
Run-TryBot: Filippo Valsorda &lt;filippo@golang.org&gt;
Reviewed-by: Bryan C. Mills &lt;bcmills@google.com&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11] cmd/compile: use correct store types in softfloat</title>
<updated>2018-12-14T19:54:21Z</updated>
<author>
<name>Cherry Zhang</name>
<email>cherryyz@google.com</email>
</author>
<published>2018-11-17T03:53:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=5128a419b3abd4ef10475c0c96eede78363dc267'/>
<id>urn:sha1:5128a419b3abd4ef10475c0c96eede78363dc267</id>
<content type='text'>
When using softfloat, floating point ops are rewritten to integer
ops. The types of store ops were not rewritten. This may lower
to floating point stores, which are problematic. This CL fixes
this by rewriting the store types as well.

This fixes test/fixedbugs/issue28688.go on Wasm. Softfloat mode
is not used by default on Wasm, and it is not needed as Wasm spec
supports floating points. But it is nice to have the correct
types.

Change-Id: Ib5e19e19fa9491b15c2f60320f8724cace5cefb5
Reviewed-on: https://go-review.googlesource.com/c/149965
Run-TryBot: Cherry Zhang &lt;cherryyz@google.com&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Keith Randall &lt;khr@golang.org&gt;
(cherry picked from commit 63a3993a336714f95400e3e614064d4ae72995de)
Reviewed-on: https://go-review.googlesource.com/c/151344
Reviewed-by: Filippo Valsorda &lt;filippo@golang.org&gt;
</content>
</entry>
</feed>
