]> Cypherpunks repositories - gostls13.git/commit
all: add a handful of fuzz targets
authorRoland Shoemaker <roland@golang.org>
Wed, 25 Aug 2021 20:50:24 +0000 (13:50 -0700)
committerRoland Shoemaker <roland@golang.org>
Wed, 12 Jan 2022 00:12:10 +0000 (00:12 +0000)
commit9bce08999a4122a28daf99cde7f22cb023b79660
tree205d7103edcba56576938286c15fa58fc4370ec3
parent8070e70d64c5f82f1cf4c2079d97766e5da9775e
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.

Change-Id: Ide1a8de88a9421e786eeeaea3bb93f41e0bae347
Reviewed-on: https://go-review.googlesource.com/c/go/+/352109
Trust: Katie Hockman <katie@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
Trust: Roland Shoemaker <roland@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/archive/tar/fuzz_test.go [new file with mode: 0644]
src/archive/zip/fuzz_test.go [new file with mode: 0644]
src/compress/gzip/fuzz_test.go [new file with mode: 0644]
src/encoding/json/fuzz_test.go [new file with mode: 0644]
src/image/gif/fuzz_test.go [new file with mode: 0644]
src/image/jpeg/fuzz_test.go [new file with mode: 0644]
src/image/png/fuzz_test.go [new file with mode: 0644]