commit | 0bd8d0563853ab821a018fb9cdd85f674684fe57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 25 13:39:28 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 25 13:39:28 2021 +0000 |
tree | 8c8f0c4b1fec95272e1977ddf73715c9a63ba5e8 | |
parent | 71b36206be14c3b6334765d44a38d413eca751c7 [diff] [blame] |
patch 8.2.3673: crash when allocating signal stack fails Problem: Crash when allocating signal stack fails. Solution: Only using sourcing info when available. (closes #9215)
diff --git a/src/version.c b/src/version.c index d1004bb..3f83103 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3673, +/**/ 3672, /**/ 3671,