summaryrefslogtreecommitdiffstats
path: root/sqwebmail/ChangeLog
diff options
context:
space:
mode:
authorSam Varshavchik2022-05-24 00:00:05 -0400
committerSam Varshavchik2022-05-24 00:02:28 -0400
commit36657a43147aeb82a5b109d896025be3237d2296 (patch)
treef1dad66472825b6c73fdd2608eccdb79be271189 /sqwebmail/ChangeLog
parent27df85cdad37e4945b1144ed2d4be92b40e4519f (diff)
downloadcourier-libs-36657a43147aeb82a5b109d896025be3237d2296.tar.bz2
Assorted bug fixes.
Minor read-only use after free. OpenSSL 3.0 tweaks.
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>