Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
LGTM On Jun 16, 2011, at 3:41 PM, rsc@golang.org wrote: > Reviewers: adg, > > Message: > Hello adg (cc: golang-dev@googlegroups.com), > > I'd like you to review this change to > https://go.googlecode.com/hg/ > > > Description: > doc: document r57.2 > > Please review this at http://codereview.appspot.com/4627042/ > > Affected files: > M doc/devel/release.html > > > Index: doc/devel/release.html > =================================================================== > --- a/doc/devel/release.html > +++ b/doc/devel/release.html > @@ -162,6 +162,7 @@ > <h3 id="r57.minor">Minor revisions</h3> > > <p>r57.1 fixes a <a href="http://code.google.com/p/go/source/detail?r=ff2bc62726e7145eb2ecc1e0f076998e4a8f86f0">nil pointer dereference in http.FormFile</a>.</p> > +<p>r57.2 fixes a <a href="http://code.google.com/p/go/source/detail?r=063b0ff67d8277df03c956208abc068076818dae">use of uninitialized memory in programs that misuse <code>goto</code></a>.</p> > > <h2 id="r56">r56 (released 2011/03/16)</h2> > > >
LGTM
*** Submitted as http://code.google.com/p/go/source/detail?r=9fadba82ab03 *** doc: document r57.2 R=adg, r CC=golang-dev http://codereview.appspot.com/4627042