Displaying 1 result from an estimated 1 matches for "imap_urlauth_fetch_local".
2013 Apr 30
1
imap crash during URLFETCH
Dovecot-2.2.1's imap processes crash reliably when they use an IMAP URL with an invalid access specifier. A backtrace and some debug output follows. The crash is likely caused by imap_urlauth_fetch_parsed() returning 0 without having set *mpurl_r to NULL, and then imap_urlauth_fetch_local() freeing an uninitialized pointer.
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000001059
0 libdovecot-storage.0.dylib 0x000000010b06a383 imap_msgpart_url_free + 17
1 imap 0x000000010afc71cc imap_urlauth_fe...