diff options
author | ichizok <gclient.gaap@gmail.com> | 2022-01-13 18:09:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-01-13 18:09:11 +0000 |
commit | 4050305bfd24e7d0e241f617519bd0fa86263b9a (patch) | |
tree | 62b298b0f11192c683984947c0d5ffcb70104430 /Filelist | |
parent | a00e622a294b10671ee78216dcd21169a2b884cf (diff) | |
download | vim-git-4050305bfd24e7d0e241f617519bd0fa86263b9a.tar.gz |
patch 8.2.4081: CodeQL reports problem in if_cscope causing it to failv8.2.4081
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)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -497,7 +497,6 @@ SRC_UNIX = \ SRC_DOS_UNIX = \ src/gui_xim.c \ src/if_cscope.c \ - src/if_cscope.h \ src/if_lua.c \ src/if_mzsch.c \ src/if_mzsch.h \ |