go/src
Brad Fitzpatrick c1e9760d4c archive/zip: avoid overflow in record count and byte offset fields
This is Quentin's https://golang.org/cl/33012 with updated tests.

Fixes #14186

Change-Id: Ib51deaab0368c6bad32ce9d6345119ff44f3c2d6
Reviewed-on: https://go-review.googlesource.com/33291
Reviewed-by: Quentin Smith <quentin@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-11-17 18:54:33 +00:00
..
archive archive/zip: avoid overflow in record count and byte offset fields 2016-11-17 18:54:33 +00:00
bufio bufio: remove unnecessary "continue" 2016-10-24 14:49:44 +00:00
builtin
bytes all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
cmd cmd/asm/internal/asm: fix copy/paste errors in comment 2016-11-17 17:40:30 +00:00
compress compress/flate: add examples 2016-11-12 18:42:35 +00:00
container
context context: document appropriate WithValue key type more 2016-11-12 06:25:11 +00:00
crypto crypto/tls: add example for Config KeyLogWriter 2016-11-17 03:24:31 +00:00
database/sql database/sql: ensure all driver Stmt are closed once 2016-11-17 18:13:41 +00:00
debug debug/pe: do not create symbol table if FileHeader.PointerToSymbolTable is 0 2016-11-17 07:55:06 +00:00
encoding encoding/hex: Document DecodedLen. 2016-11-13 17:53:22 +00:00
errors
expvar
flag flag: arrange for FlagSet.Usage to be non-nil by default 2016-10-26 16:13:40 +00:00
fmt fmt: fix typo 2016-11-17 15:29:40 +00:00
go runtime/pprof/internal: delete package gzip0 2016-11-11 16:58:05 +00:00
hash
html html/template: fix multiple Clones of redefined template 2016-11-15 04:30:20 +00:00
image image/png: implement grayscale transparency. 2016-10-28 02:10:13 +00:00
index/suffixarray
internal internal/syscall/windows: add GetModuleFileName 2016-11-07 22:18:24 +00:00
io
log all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
math math/rand: make floating point tests shorter on mips and mipsle 2016-11-16 19:22:53 +00:00
mime mime/multipart: test for overreading on a stream 2016-11-07 19:32:11 +00:00
net net: use testenv.SkipFlaky instead of testing.Skip 2016-11-17 16:27:35 +00:00
os os: add more tests in TestReadStdin 2016-11-17 07:03:49 +00:00
path path: document that filepath is recommended to manipulate filename paths 2016-11-08 18:36:52 +00:00
plugin cmd/link, runtime, plugin: versioning 2016-11-15 16:14:27 +00:00
reflect cmd/compile, reflect: use field pkgPath if needed 2016-11-17 01:19:46 +00:00
regexp
runtime runtime/pprof: fix typo in test 2016-11-17 16:54:41 +00:00
sort
strconv
strings bytes, strings: update s390x code to match amd64 changes 2016-11-02 15:56:24 +00:00
sync all: don't call t.Fatal from a goroutine 2016-11-15 15:13:48 +00:00
syscall syscall: define bind flags on Plan 9 2016-11-15 18:19:10 +00:00
testing testing: add T.Context method 2016-11-03 21:14:30 +00:00
text text/template: efficient reporting of line numbers 2016-11-15 00:42:33 +00:00
time time: simplify stringification of Month 2016-11-12 21:24:06 +00:00
unicode unicode/utf8: optimize ValidRune 2016-10-26 23:02:52 +00:00
unsafe unsafe: remove incorrect type conversion in docs 2016-11-07 18:54:14 +00:00
vendor/golang_org/x vendor/golang_org/text/unicode/norm: re-vendor 2016-10-31 19:27:05 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
iostest.bash
make.bash
make.bat
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc