Fixed abort of e.g. comp when draft folder is empty.
authormarkus schnalke <meillo@marmaro.de>
Fri, 3 Feb 2012 09:42:49 +0000 (10:42 +0100)
committermarkus schnalke <meillo@marmaro.de>
Fri, 3 Feb 2012 09:42:49 +0000 (10:42 +0100)
commit0b81a300d9e7cf78b6bc11d8c870f57fa81fcdc4
treef4bcb0acbd1ca5721bfab0941eba1a4bb03eadf2
parent0bfc482371bf63c4c312c749ba0bfc50483772ba
Fixed abort of e.g. comp when draft folder is empty.
In this case mp->lowoff is 1 but mp->lowmsg equal mp->hghmsg equal 0.
Hence we have an access at mp->msgstats[-1], which corrupted our mem.
Gdb hadn't helped me for this, but valgrind showed me the problem.
sbr/seq_add.c