summaryrefslogtreecommitdiffstats
path: root/sqwebmail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sqwebmail/ChangeLog')
-rw-r--r--sqwebmail/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/sqwebmail/ChangeLog b/sqwebmail/ChangeLog
index ea1a963..02d814f 100644
--- a/sqwebmail/ChangeLog
+++ b/sqwebmail/ChangeLog
@@ -2,10 +2,11 @@
2022-05-22 Sam Varshavchik <mrsam@courier-mta.com>
- * gcc 12 and autotools update. Fix minor use after free bugs
+ * gcc 12 and autotools update. Fix minor use after free bugs:
when showing links to decoded PGP attachments, and if the
calendar module is enabled, and the calendaring server runs out
- of disk space.
+ of disk space; when updating the index file. Freed memory was
+ read before any additional allocations took place.
2022-04-14 Sam Varshavchik <mrsam@courier-mta.com>