-
Notifications
You must be signed in to change notification settings - Fork 17.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/image/tiff: index out of range #10394
Labels
Milestone
Comments
Mailed http://golang.org/cl/9257. Need bilevel image or paletted image with BitsPerSample % 8 != 0 to provoke the issue. |
@osocurioso Don't need catch the panic. PS: |
Please review https://go-review.googlesource.com/9278 instead. |
chai2010
added a commit
to chai2010/tiff
that referenced
this issue
Apr 28, 2015
mrhyperbit23z0d
added a commit
to mrhyperbit23z0d/bhegde8
that referenced
this issue
Jun 6, 2022
Fixes golang/go#10394 Change-Id: I12621650f0c21579047497407ca2745febe4521b Reviewed-on: https://go-review.googlesource.com/9278 Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Nigel Tao <nigeltao@golang.org>
GalaxyForcew
added a commit
to GalaxyForcew/A1bisshy
that referenced
this issue
Jun 6, 2022
Fixes golang/go#10394 Change-Id: I12621650f0c21579047497407ca2745febe4521b Reviewed-on: https://go-review.googlesource.com/9278 Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Nigel Tao <nigeltao@golang.org>
yi-ge3
added a commit
to yi-ge3/wislie
that referenced
this issue
Jun 6, 2022
Fixes golang/go#10394 Change-Id: I12621650f0c21579047497407ca2745febe4521b Reviewed-on: https://go-review.googlesource.com/9278 Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Nigel Tao <nigeltao@golang.org>
balloontmz6
added a commit
to balloontmz6/Likewise42l
that referenced
this issue
Jun 6, 2022
Fixes golang/go#10394 Change-Id: I12621650f0c21579047497407ca2745febe4521b Reviewed-on: https://go-review.googlesource.com/9278 Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Nigel Tao <nigeltao@golang.org>
snapbakkhfbav
added a commit
to snapbakkhfbav/SayedBaladohr
that referenced
this issue
Oct 6, 2022
Fixes golang/go#10394 Change-Id: I12621650f0c21579047497407ca2745febe4521b Reviewed-on: https://go-review.googlesource.com/9278 Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Nigel Tao <nigeltao@golang.org>
MiderWong5ddop
added a commit
to MiderWong5ddop/sidie88f
that referenced
this issue
Oct 7, 2022
Fixes golang/go#10394 Change-Id: I12621650f0c21579047497407ca2745febe4521b Reviewed-on: https://go-review.googlesource.com/9278 Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Nigel Tao <nigeltao@golang.org>
rorypeckwnt4v
added a commit
to rorypeckwnt4v/LearnByBhanuPrataph
that referenced
this issue
Oct 7, 2022
Fixes golang/go#10394 Change-Id: I12621650f0c21579047497407ca2745febe4521b Reviewed-on: https://go-review.googlesource.com/9278 Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Nigel Tao <nigeltao@golang.org>
egorovcharenko9
added a commit
to egorovcharenko9/RiceBIOC470z
that referenced
this issue
Oct 7, 2022
Fixes golang/go#10394 Change-Id: I12621650f0c21579047497407ca2745febe4521b Reviewed-on: https://go-review.googlesource.com/9278 Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Nigel Tao <nigeltao@golang.org>
RafayGhafoorf
added a commit
to RafayGhafoorf/dustinsand8
that referenced
this issue
Oct 7, 2022
Fixes golang/go#10394 Change-Id: I12621650f0c21579047497407ca2745febe4521b Reviewed-on: https://go-review.googlesource.com/9278 Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Nigel Tao <nigeltao@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Run the following program on the following input:
https://drive.google.com/file/d/0B20Uwp8Hs1oCNXVZbU8zQ2ZaWmM/view?usp=sharing
It crashes with:
I am on commit 65a798f031fd31a65574938bed2ec44c2bcba496
The text was updated successfully, but these errors were encountered: