Commit e27b8401 e27b8401086ba46821c9e73fb050610b7ec86e08 by Sergey Poznyakoff

Updated

1 parent 7770083d
2005-09-09 Sergey Poznyakoff <gray@gnu.org.ua>
* imap4d/search.c (imap4d_search): Fix potential vulnerability:
pass format string as a third argument to util_finish
* imap4d/copy.c, imap4d/fetch.c, imap4d/store.c: Always pass
format string as a third argument to util_finish. Although this is not
necessary, since 'buffer' is guaranteed to contain a normal error
string, without format specifiers, yet this will simplify maintainence.
2005-08-31 Sergey Poznyakoff <gray@gnu.org.ua>
* examples/lsf.c: New test program. List folders
......