summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2022-06-05 13:33:52 -0600
committerEduardo Chappa <chappa@washington.edu>2022-06-05 13:33:52 -0600
commit1f26808faba44fe9140d19cf93d7b8560513e5ec (patch)
tree833f30ad60753fb36535454e469a463dd224db04
parentf95e2d179774739a885468144e68de047245ada5 (diff)
downloadalpine-1f26808faba44fe9140d19cf93d7b8560513e5ec.tar.xz
* Crash in PC-Alpine when postponing a message. Reported by Paolo Ienne.
-rw-r--r--pico/display.c2
-rw-r--r--pith/pine.hlp10
2 files changed, 8 insertions, 4 deletions
diff --git a/pico/display.c b/pico/display.c
index e0cf4c5a..468de2ce 100644
--- a/pico/display.c
+++ b/pico/display.c
@@ -1065,7 +1065,7 @@ updatelinecolor (int row, CELL vline[], CELL pline[], short *flags, int len)
* are spaces or not.
*/
cp3 = &vline[0];
- for(w = 0; w < term.t_ncol; cp3++){
+ for(w = 0; w < term.t_ncol && cp3 < &vline[term.t_ncol]; cp3++){
int ww;
ww = wcellwidth((UCS) cp3->c);
diff --git a/pith/pine.hlp b/pith/pine.hlp
index fb05a0d2..05c6eba2 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -147,7 +147,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 650 2022-06-04 01:28:23
+Alpine Commit 651 2022-06-05 13:33:49
============= h_news =================
<HTML>
<HEAD>
@@ -190,11 +190,15 @@ it for you. Please take some time to read it and understand it.
Since the Privacy Policy could be amended to take into consideration
new additions to Alpine, please check it periodically.
-<P> Version <!--#echo var="ALPINE_VERSION"--> include new features
-and bug fixes.
+<P> Changes since the release of version 2.26 include:
<!-- Changes since the release of version <!--#echo var="ALPINE_VERSION"-->
<!-- include: -->
+<P> Bugs addressed include:
+<UL>
+<LI> Crash in PC-Alpine when postponing a message. Reported by Paolo Ienne.
+</UL>
+
<P> New features include:
<UL>
<!--chtml if pinemode="os_unix"-->