commit | 26f201345dadef2a048db5aea804f6c1b54f1a0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 17:33:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 17:33:52 2021 +0200 |
tree | eb70595d25c390bacd9646302d277597043fc04c | |
parent | 6437475ffb421d6ac35572aa779ff24b70c5206b [diff] [blame] |
patch 8.2.2701: order of removing FORTIFY_SOURCE is wrong Problem: Order of removing FORTIFY_SOURCE is wrong. Solution: Use the more specific pattern first.
diff --git a/src/version.c b/src/version.c index 2c195b9..def02a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2701, +/**/ 2700, /**/ 2699,