commit | 3fc05d484e9f77dd51816890e05f2602e4ca4d65 | [log] [tgz] |
---|---|---|
author | Andrei Tudor Călin <mail@acln.ro> | Tue Mar 12 13:36:53 2019 |
committer | Dmitry Vyukov <dvyukov@google.com> | Thu Mar 21 06:31:52 2019 |
tree | 8b1804c0bda5d60d2447d7b622145cbd47b83cbb | |
parent | 0694c2d4d067f97ebef574d63a763ee8ab559da7 [diff] |
tiff: add Fuzz function This change adds a sample Fuzz test function to package tiff, under the gofuzz build tag. The function is based on the tiff/tiff.go code, from github.com/dvyukov/go-fuzz-corpus. Fixes golang/go#30719 Updates golang/go#19109 Change-Id: I78771e9a1bd01651ba6ca421ba41f0c0e95d0c53 Reviewed-on: https://go-review.googlesource.com/c/image/+/167097 Run-TryBot: Dmitry Vyukov <dvyukov@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: thepudds <thepudds1460@gmail.com> Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
This repository holds supplementary Go image libraries.
The easiest way to install is to run go get -u golang.org/x/image/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/image
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the image repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/image:” in the subject line, so it is easy to find.