Commit e27b8401 e27b8401086ba46821c9e73fb050610b7ec86e08 by Sergey Poznyakoff

Updated

1 parent 7770083d
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
......