diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-29 19:29:33 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-12-06 17:40:12 +0100 |
commit | a71c5e9eb98fbb2ca88510269935cdcda37369fc (patch) | |
tree | 49c21c9f0c3423b9eb2bdd2cd09f22136c2a9749 /src/nvim/api/buffer.c | |
parent | b574cb6422c839610e18b4b01f809c756084e83c (diff) | |
download | rneovim-a71c5e9eb98fbb2ca88510269935cdcda37369fc.tar.gz rneovim-a71c5e9eb98fbb2ca88510269935cdcda37369fc.tar.bz2 rneovim-a71c5e9eb98fbb2ca88510269935cdcda37369fc.zip |
Fix warnings: edit.c: ins_compl_next_buf(): Np dereference: MI.
Problem : Dereference of null pointer @ 3247.
Diagnostic : Multithreading issue.
Rationale : Problem only occurs if global `ctrl_x_mode` is modified
while calling function is executing.
Solution : Use local copy instead of global.
Diffstat (limited to 'src/nvim/api/buffer.c')
0 files changed, 0 insertions, 0 deletions