]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.2] time: fix ParseDuration overflow when given more than 9 digits...
authorAndrew Gerrand <adg@golang.org>
Fri, 1 Nov 2013 00:13:30 +0000 (11:13 +1100)
committerRuss Cox <rsc@golang.org>
Fri, 1 Nov 2013 00:13:30 +0000 (11:13 +1100)
commit194b6a4bf24c77db10b6c150eb9e695032c72b34
treee6bdd0f6a22be6d172763b23ccea117562575093
parentf17adc07650a3af1e10cf081764d8c761320e30a
[release-branch.go1.2] time: fix ParseDuration overflow when given more than 9 digits on 32-bit arch

««« CL 15080043 / fbf3b853e00b
time: fix ParseDuration overflow when given more than 9 digits on 32-bit arch
Fixes #6617.

R=golang-dev, rsc, r
CC=golang-dev
https://golang.org/cl/15080043

»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/20050045
src/pkg/time/format.go
src/pkg/time/time_test.go