commit | 4050305bfd24e7d0e241f617519bd0fa86263b9a | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Thu Jan 13 18:09:11 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 18:09:11 2022 +0000 |
tree | 62b298b0f11192c683984947c0d5ffcb70104430 | |
parent | a00e622a294b10671ee78216dcd21169a2b884cf [diff] [blame] |
patch 8.2.4081: CodeQL reports problem in if_cscope causing it to fail Problem: CodeQL reports problem in if_cscope causing it to fail. Solution: Use execvp() instead of execl(). Merge the header file into the source file. (Ozaki Kiichi, closes #9519)
diff --git a/src/version.c b/src/version.c index 0089232..67a258a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4081, +/**/ 4080, /**/ 4079,