Updated
Showing
1 changed file
with
19 additions
and
0 deletions
1 | 2005-05-13 Sergey Poznyakoff <gray@Mirddin.farlep.net> | ||
2 | |||
3 | * imap4d/fetch.c (imap4d_fetch0): Reduce memory consumption within | ||
4 | the mailbox scanning loop. Break the loop when an invalid msgno is | ||
5 | encountered or the message cannot be retrieved. | ||
6 | (fetch_io): Check for integer overflow (IDEF0956). | ||
7 | (fetch_full,fetch_rfc822_header,fetch_rfc822_text) | ||
8 | (fetch_operation): Propagate return value back to the caller. | ||
9 | |||
10 | * imap4d/util.c (util_finish): Fix potential vulnerability | ||
11 | (IDEF0954). | ||
12 | (util_msgset): Do not allow values greater than the maximum id | ||
13 | number (either message number or UID) in the mailbox. Fixes (IDEF0955). | ||
14 | |||
15 | * mailbox/header.c (header_get_field_name): Fix buffer overflow | ||
16 | (IDEF0957). | ||
17 | |||
18 | * doc/texinfo/sieve.texi: Fix typo | ||
19 | |||
1 | 2005-05-11 Sergey Poznyakoff | 20 | 2005-05-11 Sergey Poznyakoff |
2 | 21 | ||
3 | * mailbox/parsedate.y (DATE_INIT): Bugfix. Several fields in | 22 | * mailbox/parsedate.y (DATE_INIT): Bugfix. Several fields in | ... | ... |
-
Please register or sign in to post a comment