Displaying 2 results from an estimated 2 matches for "base_fname".
2008 Sep 19
2
Bug in keywords conversion with courier-dovecot-migrate.pl v1.1.7
The problem is the file glob on line 344 in convert_subscriptions()
# read updates from the directory
my %updates;
foreach (<$keyword_dir/*>) {
This isn't going to pick up any files beginning with a dot, so most of
the update files in the courierimapkeywords directory are going to be
skipped.
2009 Dec 03
3
imap crash with backtrace (1.2.8)
...at strfuncs.c:39
39 for (len = 0; (str)[len] != '\0'; )
#0 0x0810480c in p_strdup (pool=0x9fbcf80,
str=0xb7e68c88 <Address 0xb7e68c88 out of bounds>) at strfuncs.c:39
mem = <value optimized out>
len = 0
#1 0x0808ed7a in maildir_save_add (t=0x9fe3660,
base_fname=0xb7e68c88 <Address 0xb7e68c88 out of bounds>,
flags=MAIL_RECENT, keywords=0x0, dest_mail=0x9fe5a48) at maildir-save.c:153
ctx = 0x9fbcf98
input = <value optimized out>
__PRETTY_FUNCTION__ = "maildir_save_add"
#2 0x0808cb13 in maildir_copy_hardlin...