pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2021-08-16
2021-08-16 23:34:05 by Tobias S. Josefowitz <tobij@tobij.de>
9c646088615c174b06def8b0d10d4da583ae51f6 (
6
lines) (+
6
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Document Image.JPEG changes
29:
- Guard alloca() allocations with check_c_stack(). - Improved length accounting in unpackByteRun1().
+
o Image.JPEG
+
+
- Do not over-allocate memory for decoded image.
+
- Limit decoded size of images to 2 GB.
+
o Image.PCX Improved size checks better detect malformed PCX images.