On 1999-02-21 16:31:31 -0800, Daniel Eisenbud wrote: > - for (j = 0; j < i; j++) > + for (j = 0; j < i && j < old_msgcount; j++) > { Note that this also applies to imap.c, line 707. -- http://home.pages.de/~roessler/
- Segv while using Mutt 0.95.1i (1999-01-04) Raimar Falke
- Re: Segv while using Mutt 0.95.1i (1999-01-04) Daniel Eisenbud
- [0.95.3] bugfix: coredump in mutt_reopen_mailbox Daniel Eisenbud
- Re: [0.95.3] bugfix: coredump in mutt_reopen_... Thomas Roessler
- Re: [0.95.3] bugfix: coredump in mutt_reo... Brandon Long