From f88c42437f707eccce048dac8133f5c274cb1c54 Mon Sep 17 00:00:00 2001
From: "Tobias S. Josefowitz" <tobij@tobij.de>
Date: Tue, 6 Apr 2021 23:48:17 +0200
Subject: [PATCH] CHANGES: Document Image.{ILBM,X,XWD} fixes

---
 CHANGES | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/CHANGES b/CHANGES
index 1ace559c72..f71c79ca3e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
 ----------------
 
-- 
GitLab