commit | 261099070940fb64d4633a766ae3510fffe4171d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 06 15:43:17 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 06 15:43:17 2018 +0200 |
tree | 94c2849ba65726e26b279777a05906c73e838bea | |
parent | 8295666dc2c65e42135b91d5c61e2a140d002333 [diff] [blame] |
patch 8.1.0454: resolve() was not tested with a symlink cycle Problem: resolve() was not tested with a symlink cycle. Solution: Add a test. (Dominique Pelle, closes #3513)
diff --git a/src/version.c b/src/version.c index dee74d3..caf7168 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 454, +/**/ 453, /**/ 452,