RepoNotes
Toggle theme
Loading ...
Sign in
golang/image
[mirror] Go supplementary image libraries
542
1
10
Readme
Notes
New Note
Sign in to add notes for this repository
RN
golang
11852
Followers
0
Following
61
Repos
No Twitter
The Go Programming Language
Branches
master
Releases
Commits
font/sfnt: apply bounds checks before allocating read buffer When using ReadAt to read more than 1MiB of data from a font file, verify that the file contains the data before allocating the read buffe
webp: reject VP8X headers with too-large canvases RFC 9649 states that the canvas width * height must be at most 2^32-1. Enforce this. This avoids creating an invalid image (which will panic when ma
tiff: cap buffer growth to prevent OOM from malicious IFD offset A crafted 8-byte TIFF file with IFD offset 0xFFFFFFFF causes buffer.fill() to allocate ~4GB of memory when decoding via io.Reader (non
Issues
x/image/tiff: issue 20742, read XReslution, YResolution and page count tags
tiff: Add support for JPEG-based compression (TIFF compression scheme 7)
all: replace io/ioutil with io and os package