go/src/image
Roland Shoemaker 4fa6e33f30 all: add a handful of fuzz targets
Adds simple fuzz targets to archive/tar, archive/zip, compress/gzip,
encoding/json, image/jpeg, image/gif, and image/png.

Second attempt, this time we don't use the archives in testdata when
fuzzing archive/tar, since those are rather memory intensive, and
were crashing a number of builders.

Change-Id: I4828d64fa4763c0d8c980392a6578e4dfd956e13
Reviewed-on: https://go-review.googlesource.com/c/go/+/378174
Trust: Roland Shoemaker <roland@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-01-13 18:06:33 +00:00
..
color
draw all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
gif all: add a handful of fuzz targets 2022-01-13 18:06:33 +00:00
internal/imageutil
jpeg all: add a handful of fuzz targets 2022-01-13 18:06:33 +00:00
png all: add a handful of fuzz targets 2022-01-13 18:06:33 +00:00
testdata
decode_example_test.go
decode_test.go
format.go
geom.go
geom_test.go
image.go
image_test.go
names.go
ycbcr.go
ycbcr_test.go