Updated
Showing
1 changed file
with
9 additions
and
0 deletions
1 | 2005-09-09 Sergey Poznyakoff <gray@gnu.org.ua> | ||
2 | |||
3 | * imap4d/search.c (imap4d_search): Fix potential vulnerability: | ||
4 | pass format string as a third argument to util_finish | ||
5 | * imap4d/copy.c, imap4d/fetch.c, imap4d/store.c: Always pass | ||
6 | format string as a third argument to util_finish. Although this is not | ||
7 | necessary, since 'buffer' is guaranteed to contain a normal error | ||
8 | string, without format specifiers, yet this will simplify maintainence. | ||
9 | |||
1 | 2005-08-31 Sergey Poznyakoff <gray@gnu.org.ua> | 10 | 2005-08-31 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 11 | ||
3 | * examples/lsf.c: New test program. List folders | 12 | * examples/lsf.c: New test program. List folders | ... | ... |
-
Please register or sign in to post a comment