-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
image/tiff: fix a panic with invalid tile sizes
Fuzzing detected that an invalid tile size could cause a panic. Fix a typo in the range check to solve it. Fixes golang/go#10712. Change-Id: I88a5a7884d98f622cc89ed6e394becebb07c6e60 Reviewed-on: https://go-review.googlesource.com/11020 Reviewed-by: Nigel Tao <[email protected]>
- Loading branch information
1 parent
5c1b440
commit 5d0c7e5
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters