header_aget_value was modified on May 9 but its invocations
throughout the code were not examined. Here goes the fix.
Showing
1 changed file
with
8 additions
and
0 deletions
... | @@ -7,6 +7,14 @@ | ... | @@ -7,6 +7,14 @@ |
7 | imap4d. | 7 | imap4d. |
8 | * comsat/comsat.c (comsatd_parse_opt): Likewise. | 8 | * comsat/comsat.c (comsatd_parse_opt): Likewise. |
9 | 9 | ||
10 | header_aget_value was modified on May 9 but its invocations | ||
11 | throughout the code were not examined. Here goes the fix: | ||
12 | |||
13 | * imap4d/fetch.c: Properly check the return from | ||
14 | headers_aget_value. | ||
15 | * mail/followup.c: Likewise. | ||
16 | * mail/reply.c: Likewise. | ||
17 | |||
10 | 2002-07-22 Sergey Poznyakoff | 18 | 2002-07-22 Sergey Poznyakoff |
11 | 19 | ||
12 | * mail/delete.c (mail_delete): Initialize auto variables. | 20 | * mail/delete.c (mail_delete): Initialize auto variables. | ... | ... |
-
Please register or sign in to post a comment