diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-14 21:26:24 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-18 21:57:47 +0100 |
commit | 3f420ce0d829a8cdff9d55f6178989ca8e0406c9 (patch) | |
tree | b493abc9ff3b8636406e0b30940c8df599364087 /src/nvim/api/vim.c | |
parent | 04e42f2ae409294d551c9b589aee4cbfd2616d68 (diff) | |
download | rneovim-3f420ce0d829a8cdff9d55f6178989ca8e0406c9.tar.gz rneovim-3f420ce0d829a8cdff9d55f6178989ca8e0406c9.tar.bz2 rneovim-3f420ce0d829a8cdff9d55f6178989ca8e0406c9.zip |
Fix warnings: tag.c: jumpto_tag(): Np dereference: MI.
Problem : Dereference of null pointer @ 2399.
Diagnostic : Multithreading issue.
Rationale : Error can only occur if global `g_do_tagpreview` changes
while the function is executing.
Resolution : Use local copy of global var.
Diffstat (limited to 'src/nvim/api/vim.c')
0 files changed, 0 insertions, 0 deletions