]> granicus.if.org Git - neomutt/commit
fix segfault in pop driver. when rereading the message header, the ENVELOPE* struct...
authorHonza Horak <hhorak@redhat.com>
Tue, 18 Dec 2012 01:09:18 +0000 (17:09 -0800)
committerHonza Horak <hhorak@redhat.com>
Tue, 18 Dec 2012 01:09:18 +0000 (17:09 -0800)
commitcafde3bef9afacafd2c151d848bb7cf61fc1b06e
tree4851ae5d9ee5c122b6941cd3aea726e4b674c941
parent2fa300d025ef901c755101b700ba1033810950ef
fix segfault in pop driver.  when rereading the message header, the ENVELOPE* struct is freed, but ctx->subj_hash retains a pointer to env->real_subj, so the hash table entry must be deleted prior to calling mutt_free_envelope()

http://pkgs.fedoraproject.org/cgit/mutt.git/tree/mutt-1.5.21-pophash.patch?h=f18
pop.c