diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-11-23 10:53:59 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-11-23 10:53:59 -0700 |
commit | bc15b12b7f13ec9c9cd855aae0e62be4d0ef9e31 (patch) | |
tree | 3212a2e6a71b66398adadcbad503ee2595e39966 /pith | |
parent | 9b7d799cadf5d17b408b52d948bfb05d96e01c12 (diff) | |
download | alpine-bc15b12b7f13ec9c9cd855aae0e62be4d0ef9e31.tar.xz |
* 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.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ================= <HTML> <HEAD> |