commit | 96b9bf8f74af8abf1e30054f996708db7dc285be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 17:24:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 17:24:12 2022 +0100 |
tree | e1af54d138e88ecfcd69d43414dee1c55d857492 | |
parent | b2209f213e2931cf3313b24868a9165bbb717cc4 [diff] [blame] |
patch 9.0.0577: buffer underflow with unexpected :finally Problem: Buffer underflow with unexpected :finally. Solution: Check CSF_TRY can be found.
diff --git a/src/version.c b/src/version.c index b3efbbe..942a783 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 577, +/**/ 576, /**/ 575,