-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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/webp: index out of range #10383
Comments
CL - https://go-review.googlesource.com/#/c/9912/ don't exactly fix this, but it certainly fixes one of the bug associated with this issue. Now getting I'm able to decode the referenced file using libwebp which means that file is in valid webp format. |
CL https://golang.org/cl/9912 mentions this issue. |
@nigeltao thanks for reviewing and merging CL 9912. Should I open a new issue for the problem I mentioned in last comment? |
Re-opening this issue (if gopherbot automatically closes it at some point) seems fine to me. |
Fixes golang/go#10383 Change-Id: I3e5e357a40a45189c31f0b4db9422dedc351c910 Reviewed-on: https://go-review.googlesource.com/9912 Reviewed-by: Nigel Tao <nigeltao@golang.org>
Fixes golang/go#10383 Change-Id: I3e5e357a40a45189c31f0b4db9422dedc351c910 Reviewed-on: https://go-review.googlesource.com/9912 Reviewed-by: Nigel Tao <nigeltao@golang.org>
Fixes golang/go#10383 Change-Id: I3e5e357a40a45189c31f0b4db9422dedc351c910 Reviewed-on: https://go-review.googlesource.com/9912 Reviewed-by: Nigel Tao <nigeltao@golang.org>
Fixes golang/go#10383 Change-Id: I3e5e357a40a45189c31f0b4db9422dedc351c910 Reviewed-on: https://go-review.googlesource.com/9912 Reviewed-by: Nigel Tao <nigeltao@golang.org>
Fixes golang/go#10383 Change-Id: I3e5e357a40a45189c31f0b4db9422dedc351c910 Reviewed-on: https://go-review.googlesource.com/9912 Reviewed-by: Nigel Tao <nigeltao@golang.org>
Fixes golang/go#10383 Change-Id: I3e5e357a40a45189c31f0b4db9422dedc351c910 Reviewed-on: https://go-review.googlesource.com/9912 Reviewed-by: Nigel Tao <nigeltao@golang.org>
Fixes golang/go#10383 Change-Id: I3e5e357a40a45189c31f0b4db9422dedc351c910 Reviewed-on: https://go-review.googlesource.com/9912 Reviewed-by: Nigel Tao <nigeltao@golang.org>
Fixes golang/go#10383 Change-Id: I3e5e357a40a45189c31f0b4db9422dedc351c910 Reviewed-on: https://go-review.googlesource.com/9912 Reviewed-by: Nigel Tao <nigeltao@golang.org>
Fixes golang/go#10383 Change-Id: I3e5e357a40a45189c31f0b4db9422dedc351c910 Reviewed-on: https://go-review.googlesource.com/9912 Reviewed-by: Nigel Tao <nigeltao@golang.org>
Run the following program on the following file:
https://drive.google.com/file/d/0B20Uwp8Hs1oCQ3RJX3cxMGE4Z2M/view?usp=sharing
Crashes with:
My repository is on commit 65a798f031fd31a65574938bed2ec44c2bcba496.
The text was updated successfully, but these errors were encountered: