summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-13 09:43:01 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-13 09:43:01 +0000
commit2c7710072610866704512735706ac5134794463d (patch)
tree96b8b05470f8827f8bc21c41a0b818eeafc7eb67 /ChangeLog
parent0a0bc1c4ca6994526e8f06a649c458e23dc05a56 (diff)
downloadmailutils-2c7710072610866704512735706ac5134794463d.tar.gz
mailutils-2c7710072610866704512735706ac5134794463d.tar.bz2
Updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b48f5fb07..13dc6d8b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2005-05-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
+
+ * imap4d/fetch.c (imap4d_fetch0): Reduce memory consumption within
+ the mailbox scanning loop. Break the loop when an invalid msgno is
+ encountered or the message cannot be retrieved.
+ (fetch_io): Check for integer overflow (IDEF0956).
+ (fetch_full,fetch_rfc822_header,fetch_rfc822_text)
+ (fetch_operation): Propagate return value back to the caller.
+
+ * imap4d/util.c (util_finish): Fix potential vulnerability
+ (IDEF0954).
+ (util_msgset): Do not allow values greater than the maximum id
+ number (either message number or UID) in the mailbox. Fixes (IDEF0955).
+
+ * mailbox/header.c (header_get_field_name): Fix buffer overflow
+ (IDEF0957).
+
+ * doc/texinfo/sieve.texi: Fix typo
+
2005-05-11 Sergey Poznyakoff
* mailbox/parsedate.y (DATE_INIT): Bugfix. Several fields in

Return to:

Send suggestions and report system problems to the System administrator.