From bc15b12b7f13ec9c9cd855aae0e62be4d0ef9e31 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 23 Nov 2021 10:53:59 -0700 Subject: * In some systems the size of a directory is the sum of the sizes of all files contained in it, so sbuf.st_size might be too large and the malloc() might fail with error ENOMEM. Since this is just the list of files, and not the contents of the files, let us start with a small amount and resize when necessary. Reported by Sebasting Knust. --- pith/pine.hlp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pith/pine.hlp') diff --git a/pith/pine.hlp b/pith/pine.hlp index cc8c8f55..e9fee1cd 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 621 2021-11-22 18:19:28 +Alpine Commit 622 2021-11-23 10:53:56 ============= h_news ================= -- cgit v1.2.3-54-g00ecf