From 72f1f0e3de5c91874572cf530bf5f2d35ba2ba5f Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Thu, 28 Jul 2016 16:34:13 -0600 Subject: * Bug: Alpine would use freed memory while trying to compute the color of the titlebar. This happened when trying to continue a postponed message. Alpine would call the format_titlebar function, which would attempt to use the msgmap of the freed stream of the postponed messages folder. The solution was to not to call the format_titlebar function, because all that is needed is the color of the titlebar, and that can be obtained in a different way. --- pith/pine.hlp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pith') diff --git a/pith/pine.hlp b/pith/pine.hlp index 4c72e2a4..a1950964 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -376,6 +376,10 @@ Bugs that have been addressed include: of the certificate to lowercase, which may make Alpine not be able to read such certificate. Reported by Dennis Davis. +
  • Alpine would use freed memory while trying to compute the color + of the titlebar. This happened when trying to continue a postponed + message. +
  • When selecting messages while in Threaded Index Screen, some messages other than top of threads could appear in the index, making Alpine display messages "out of the screen." -- cgit v1.2.3-70-g09d2