Skip to content
Snippets Groups Projects
Commit f88c4243 authored by Tobias S. Josefowitz's avatar Tobias S. Josefowitz
Browse files

CHANGES: Document Image.{ILBM,X,XWD} fixes

parent fb1d1e59
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,11 @@ 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.PCX
Improved size checks better detect malformed PCX images.
......@@ -44,10 +49,18 @@ o Image.WBF
Improved size check better detects malformed WBF images.
o Image.X
Guard alloca() allocations with check_c_stack().
o Image.XCF
Fixed to properly initialize the layer mask structure.
o Image.XWD
Improved size check better detects malformed XWD images.
Building & Tools
----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment