commit | ba9c23e77655766f6c59de8be732b7577f795ed3 | [log] [tgz] |
---|---|---|
author | Zdenek Dohnal <zdohnal@redhat.com> | Wed Aug 11 14:20:05 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 11 14:20:05 2021 +0200 |
tree | e410325ec1f91c7c267fdcdbfa753cfaaaf57ce7 | |
parent | 6e48b84c5f08a7e192817aca0d8278ea2ff82bc7 [diff] [blame] |
patch 8.2.3327: no check for sysconf() failing Problem: No check for sysconf() failing. Solution: If sysconf() fails use SIGSTKSZ for the signal stack size. (Zdenek Dohnal, closes #8743)
diff --git a/src/version.c b/src/version.c index 5383ba3..12a78a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3327, +/**/ 3326, /**/ 3325,