]> Cypherpunks repositories - gostls13.git/commit
time: bound file reads and validate LoadLocation argument
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 7 Feb 2017 23:15:24 +0000 (23:15 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 8 Feb 2017 16:20:25 +0000 (16:20 +0000)
commitbd5616991b9310b95262c2dfea9a6590187c05ee
tree0bc2d7621f8497990d4ca9cb7aa676b54cf20396
parente410d2a81ef26d7dcef0c712b584d2345b15148e
time: bound file reads and validate LoadLocation argument

Fixes #18985

Change-Id: I956117f47d1d2b453b4786c7b78c1c944defeca0
Reviewed-on: https://go-review.googlesource.com/36551
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/time/export_test.go
src/time/sys_plan9.go
src/time/sys_unix.go
src/time/sys_windows.go
src/time/time_test.go
src/time/zoneinfo.go
src/time/zoneinfo_read.go
src/time/zoneinfo_test.go