go/src
Romain Baugue 858064fb01 encoding/csv: add a Fuzz function
Adds a sample Fuzz test function to package encoding/csv based on
https://github.com/dvyukov/go-fuzz-corpus/blob/master/csv/main.go

Updates #19109
Updates #31309

Change-Id: Ieb0cb6caa1df72dbb7e29df4bdeed0bfa91187d3
Reviewed-on: https://go-review.googlesource.com/c/go/+/174302
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-04-30 15:03:04 +00:00
..
archive archive/zip: use Modified in FileHeader.FileInfo 2019-04-08 07:55:52 +00:00
bufio bufio: fix emptyFinalToken example to handle multiple Reads 2019-03-02 18:28:10 +00:00
builtin builtin: spec correction for panic() 2019-04-05 00:52:55 +00:00
bytes bytes, internal/bytealg: simplify Equal 2019-04-24 00:56:36 +00:00
cmd cmd/go/internal/modfetch: fix concurrent read/write race in modfetch 2019-04-30 13:12:48 +00:00
compress cmd/go: further reduce init work 2019-03-31 10:49:55 +00:00
container container/heap: avoid memory leak in example 2019-02-26 23:42:26 +00:00
context all: s/cancelation/cancellation/ 2019-04-16 20:27:15 +00:00
crypto all: remove a few unused parameters 2019-04-29 13:31:54 +00:00
database/sql database/sql: add NullInt32 2019-04-26 21:54:41 +00:00
debug debug/dwarf: more graceful handling of unsupported types 2019-03-15 17:33:46 +00:00
encoding encoding/csv: add a Fuzz function 2019-04-30 15:03:04 +00:00
errors errors: return false if nil error is passed to As 2019-04-10 15:59:35 +00:00
expvar expvar: improve Map.addKey for large number of keys 2019-04-16 17:18:01 +00:00
flag cmd/go: further reduce init work 2019-03-31 10:49:55 +00:00
fmt fmt: fix spelling mistake in example 2019-03-25 21:03:10 +00:00
go all: remove a few unused parameters 2019-04-29 13:31:54 +00:00
hash
html html/template: prevent test from failing with nil pointer dereference 2019-03-02 01:53:40 +00:00
image image: deprecate ZP and ZR 2019-04-07 03:44:17 +00:00
index/suffixarray
internal bytes, internal/bytealg: simplify Equal 2019-04-24 00:56:36 +00:00
io io: align style of test comments in multi_test.go 2019-02-26 23:01:20 +00:00
log log: expose Writer() method of the standard logger 2019-03-25 01:18:56 +00:00
math math: consolidate assembly stub implementations 2019-04-23 14:50:16 +00:00
mime mime: add .jpeg for builtin 2019-04-03 18:17:48 +00:00
net net: correct docs of KeepAlive field in Dialer type 2019-04-29 16:49:52 +00:00
os syscall: don't return EINVAL on zero Chmod mode on Windows 2019-04-29 19:15:54 +00:00
path path/filepath: add examples for Base, Dir and IsAbs 2019-03-25 02:57:06 +00:00
plugin cmd/compile: reorganize init functions 2019-03-18 20:10:55 +00:00
reflect all: clean up code with token.IsExported 2019-04-16 14:43:48 +00:00
regexp regexp: add ReplaceAllStringFunc example 2019-02-27 21:48:41 +00:00
runtime runtime: do not use heap arena hints on wasm 2019-04-30 08:25:33 +00:00
sort sort, internal/reflectlite: flesh out reflectlite enough for use by sort 2019-03-27 04:58:23 +00:00
strconv strconv: Document ParseFloat's special cases 2019-04-29 11:07:31 +00:00
strings strings: remove "a copy of the string" from ToUpper/ToLower comments 2019-04-14 16:19:31 +00:00
sync sync: update comment 2019-04-19 16:15:36 +00:00
syscall syscall: don't return EINVAL on zero Chmod mode on Windows 2019-04-29 19:15:54 +00:00
testdata
testing testing: delay flag registration; move to an Init function 2019-04-29 19:54:30 +00:00
text all: remove a few unused parameters 2019-04-29 13:31:54 +00:00
time time: fix misleading error with the leading zero format 2019-04-26 14:01:55 +00:00
unicode all: update to Unicode 11 2019-04-25 20:33:22 +00:00
unsafe
vendor vendor: pull in text@v0.3.2 2019-04-26 19:27:51 +00:00
Make.dist
all.bash
all.bat
all.rc
bootstrap.bash bootstrap.bash: preserve file times when copying 2019-04-27 14:36:00 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
go.mod vendor: pull in text@v0.3.2 2019-04-26 19:27:51 +00:00
go.sum vendor: pull in text@v0.3.2 2019-04-26 19:27:51 +00:00
iostest.bash cmd/dist: build exec wrappers during bootstrap 2019-02-26 17:59:23 +00:00
make.bash cmd/go: add env -w and env -u to set and unset default env vars 2019-04-23 00:58:08 +00:00
make.bat cmd/go: add env -w and env -u to set and unset default env vars 2019-04-23 00:58:08 +00:00
make.rc cmd/go: add env -w and env -u to set and unset default env vars 2019-04-23 00:58:08 +00:00
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' 2019-03-11 20:28:54 +00:00
run.bat
run.rc