commit | 70e8d0d3baa9a699c3865c753cbfa8ae65bd86ce | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Thu Apr 07 11:57:59 2022 |
committer | Gopher Robot <gobot@golang.org> | Wed Apr 13 10:07:46 2022 |
tree | 1bb88c1a81f9ddbc155e29cf8eba61966a742cbf | |
parent | 99f80d0ecbab4d4d274df3536cd15643d6836e17 [diff] |
font/sfnt: fix Font.GlyphIndex nil Buffer dereference Fixes golang/go#46948 Change-Id: Ie3a2e60cf858ebeded73686bbac3e8d8448132a8 Reviewed-on: https://go-review.googlesource.com/c/image/+/398774 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Nigel Tao <nigeltao@golang.org> Auto-Submit: Nigel Tao <nigeltao@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <nigeltao@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.