summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2017-03-23 11:40:01 -0600
committerEduardo Chappa <chappa@washington.edu>2017-03-23 11:40:01 -0600
commit872c73cb757d6155cb80bb8a5474854444f3f4dd (patch)
tree834e7b37c4a18200dc50732bc4fc47f4a2a4d3ef
parent51173597a145f096d5e846ef4c444754895bac6b (diff)
downloadalpine-872c73cb757d6155cb80bb8a5474854444f3f4dd.tar.xz
* crash in bounce command due to not enough space allocated for key
menu array. The crash can be reproduced when Alpine is built with clang, but not gcc. Reported by David Sewell.
-rw-r--r--alpine/send.c2
-rw-r--r--pith/pine.hlp11
2 files changed, 12 insertions, 1 deletions
diff --git a/alpine/send.c b/alpine/send.c
index ef9cdf49..bd5fa3c0 100644
--- a/alpine/send.c
+++ b/alpine/send.c
@@ -1056,7 +1056,7 @@ pine_simple_send(ENVELOPE *outgoing, /* envelope for outgoing message */
int og2s_done = 0;
HelpType help;
static HISTORY_S *history = NULL;
- ESCKEY_S ekey[5];
+ ESCKEY_S ekey[6];
BUILDER_ARG ba_fcc;
METAENV *header;
ACTION_S *role = rolep ? *rolep : NULL;
diff --git a/pith/pine.hlp b/pith/pine.hlp
index f6e601fc..a3fa40f8 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -177,6 +177,17 @@ Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
addresses bugs found in previous releases and has a few additions as well.
<P>
+Bugs that have been addressed include:
+<UL>
+ <LI> Crash when attempting to bounce a message due to lack of space in
+ allocated space for key menu array. Reported by David Sewell.
+</UL>
+
+<P>
+Version 2.21 addresses bugs found in previous releases and has several
+additions as well.
+
+<P>
Additions include:
<UL>
<LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a