From abcd5fe37b31b2e13907893f70a9e411dcf5e295 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 12 Aug 2018 11:48:52 -0600 Subject: * The call realpath(..., NULL) gives an error in Solaris, which means that we need to allocate memory for storing the resolved path. Reported by Fabian Schmidt. --- pith/pine.hlp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pith/pine.hlp') diff --git a/pith/pine.hlp b/pith/pine.hlp index 486129cd..802c5544 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 298 2018-07-10 17:38:37 +Alpine Commit 299 2018-08-12 11:48:38 ============= h_news ================= @@ -220,6 +220,10 @@ Bugs that have been addressed include: is used. Revert to using code for the Windows operating system. Reported by Andrew Ho. +
  • The call realpath(..., NULL) gives an error in Solaris, which means that + we need to allocate memory for storing the resolved path. Reported by + Fabian Schmidt. +
  • Crash when attempting to bounce a message due to lack of space in allocated space for key menu array. Reported by David Sewell. -- cgit v1.2.3-54-g00ecf