]> granicus.if.org Git - mutt/commit
I've attached a patch for bug number 1036, as reported at
authorDan Fandrich <dan@coneharvesters.com>
Wed, 3 Sep 2003 17:22:09 +0000 (17:22 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 3 Sep 2003 17:22:09 +0000 (17:22 +0000)
commit3d8baab528e370cabb12baf9102d668cead809a7
treee6d7125761b2a9786ff11e26b750871cfa40b39f
parentb84b8425adcb20caee35a0e5e25d2dbd76abcf61
I've attached a patch for bug number 1036, as reported at
http://bugs.guug.de/db/pa/lmutt.html ("segfault when more than one
msg is postponed").  This is a patch against mutt 1.4.1.

As it was previously left, no one could reproduce it.  The problem
occurs because sorting is disabled when opening the postponed
folder, but the Sort global variable still tells mutt to use
whatever sorting algorithm the $sort config option indicates.
Eventually, the code would get to mutt_messages_in_thread and try to
dereference a NULL thread object, causing the segfault.
postpone.c