On Mon, Feb 16, 2009 at 10:30:32PM +0200, Sergey Poznyakoff wrote: > Paul Vojta <[email protected]> ha escrit: > > > I applied the patch, and the bug still occurs. However, it now occurs > > at line 2447 of libproto/imap/folder.c, instead of line 2440. > > > > (I also note that the bug occurs also on the i386 architecture.) > > Any instructions on how to reproduce it?
None, other than to try connecting to an IMAP server in such a way that you receive these subtags. However, it seems to be a bug that the third argument to strtok_r() in lines 2431, 2439, and 2446 of libproto/imap/folder.c is &sp instead of &sp1. --Paul Vojta, [email protected] _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
