pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:22:
o Image.GIF - Improve detection of malformed LZW bit sizes. - Improve detection of malformed LZW dictionary extensions. o Image.ILBM - 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. o Image.PNG Improved size check better detects malformed PNG images. o Image.PSD