commit | e31ee86859528a7ffe00405645547d494e522fa8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 07 20:59:34 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 07 20:59:34 2020 +0100 |
tree | 741c24aea3fae5efb613d64314a6721d6cad85c5 | |
parent | ce6db0273f2c4359f48d75103a42991aa481f14e [diff] [blame] |
patch 8.2.0098: exe stack length can be wrong without being detected Problem: Exe stack length can be wrong without being detected. Solution: Add a check when ABORT_ON_INTERNAL_ERROR is defined.
diff --git a/src/version.c b/src/version.c index b476e25..c466c29 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 98, +/**/ 97, /**/ 96,