]> granicus.if.org Git - neomutt/commit
Fix crash if no from is set or founds 598/head
authorWerner Fink <werner@suse.de>
Tue, 30 May 2017 12:52:12 +0000 (12:52 +0000)
committerRichard Russon <rich@flatcap.org>
Mon, 5 Jun 2017 13:37:29 +0000 (14:37 +0100)
commit6705a39bd390ce9d53536c16ecd160ec1a0ecd2c
tree60ee5b282f4c62b0ee42267f0fbfd41a18e5cdcb
parentc499ed0c5c29d07dbde05208a4364f30b509ffad
Fix crash if no from is set or founds

On multi folder mailbox setup and without a set 'From:' line in
~/.muttrc the mutt crash with SIGSEGV on a NULL pointer at
msg->env->from

Fixes: #577
ncrypt/crypt.c