[Users] [Bug 4016] Claws-mail segfault

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Tue Apr 24 08:47:31 CEST 2018


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4016

--- Comment #1 from Andrej Kacian <andrej at kacian.sk> ---
On a quick glance, it seems to me that the crash is inside libetpan, due to a
missing NULL check on the sel_flags member of struct mailimap_selection_info.
It is initialized to NULL when the struct is allocated earlier, but perhaps due
to the IMAP server's lack of support for flags, it is never used, and
mailimap_selection_info_free() (and subsequently clist_free()) does not expect
it.

Can you please post contents of ~/.claws-mail/claws.log (with folder names etc.
sufficiently sanitized, if you feel like it) from the crashing run? I'd like to
see the network traffic between Claws Mail and the server.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Users mailing list