From 9a75e1bb3b813bc82db395ea7f61f7be3a1bd187 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 22 Mar 2020 19:33:22 -0600 Subject: * Crash in Alpine while resizing the screen when using any of the tokens SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and the screen was resized. Reported by Iggy Mogo. --- pith/mailindx.c | 2 -- pith/pine.hlp | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pith/mailindx.c b/pith/mailindx.c index b0e661a..227dfb4 100644 --- a/pith/mailindx.c +++ b/pith/mailindx.c @@ -5890,8 +5890,6 @@ subj_str(INDEXDATA_S *idata, char *str, size_t strsize, SubjKW kwtype, int openi ftielem->data[len] = '\0'; ftielem->datalen = strlen(ftielem->data); - if(first_text) - fs_give((void **) &first_text); if(ftielem){ if(pico_usingcolor() diff --git a/pith/pine.hlp b/pith/pine.hlp index 997ac10..c958236 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 413 2020-03-19 23:12:05 +Alpine Commit 414 2020-03-22 19:32:44 ============= h_news ================= @@ -216,6 +216,10 @@ Bugs that have been addressed include:
  • Alpine would not redraw the screen when a check for new mail in an incoming folder failed due to a failurec while validating the server certificate, and the user did not allow the connection to proceed. + +
  • Crash in Alpine while resizing the screen when using any of the tokens + SUBJKEYTEXT, SUBJECTTEXT, or SUBJKEYINITTEXT in the index format, and + the screen was resized. Reported by Iggy Mogo.

    -- cgit v1.2.3-54-g00ecf