]> granicus.if.org Git - mutt/commit
fix segfault in pop driver. when rereading the message header, the ENVELOPE* struct...
authorhhorak <hhorak@redhat.com>
Tue, 18 Dec 2012 01:09:18 +0000 (17:09 -0800)
committerhhorak <hhorak@redhat.com>
Tue, 18 Dec 2012 01:09:18 +0000 (17:09 -0800)
commit6c563e6d759df794b66f35e8303fe307715be325
tree4851ae5d9ee5c122b6941cd3aea726e4b674c941
parentcbfb1d4e0eff6177042b41960a0fd3c0c5521883
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