From: Vitaly Mayatskikh Date: Fri, 31 Oct 2008 20:37:40 +0000 (+0100) Subject: Emacs crashes with segmentation fault when mime-view tries to display malformed X-Git-Url: https://repo.or.cz/w/more-wl.git/commitdiff_plain/cc4f3414ac7105dd368e7e48897343086beab288 Emacs crashes with segmentation fault when mime-view tries to display malformed base64 attach like this one: Content-Type: text/plain Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dashik.V4S" Attachment is a binary file, but content-type is set to text/plain. Function decode-coding-string crashes in such sutuation when encoding set to x-ctext. Default encoding in APEL is x-unknown, but Wl reassigns it to x-ctext to make summary buffer display non-ascii characters in message correctly. It is not necessary to do for invalid attachments, so put default-mime-charset back to x-unknown while displaying entities. --- diff --git a/elmo/elmo-mime.el b/elmo/elmo-mime.el index 5ccc1d2..c9c1028 100644 --- a/elmo/elmo-mime.el +++ b/elmo/elmo-mime.el @@ -80,7 +80,8 @@ use for keymap of representation buffer.") &optional original-major-mode keymap) - (let ((elmo-message-displaying t)) + (let ((elmo-message-displaying t) + (default-mime-charset 'x-unknown)) (mime-display-message entity preview-buffer nil