aboutsummaryrefslogtreecommitdiff
path: root/test/functional/shell/viml_system_spec.lua
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2015-03-31 11:26:32 +0200
committerJustin M. Keyes <justinkz@gmail.com>2015-04-07 20:04:34 -0400
commit3c57f5a0e18455cb54974780b02a9903b043b725 (patch)
tree924e999ed5c962eac1d54b114b9989ef7e496caa /test/functional/shell/viml_system_spec.lua
parentaf8adc2d8c0af9906aaa719cf3e1a8b2b34ecb4a (diff)
downloadrneovim-3c57f5a0e18455cb54974780b02a9903b043b725.tar.gz
rneovim-3c57f5a0e18455cb54974780b02a9903b043b725.tar.bz2
rneovim-3c57f5a0e18455cb54974780b02a9903b043b725.zip
Fix warnings: window.c: close_last_window_tabpage(): Np deref: RI.
Problem : Dereference of null pointer @ 1769. Diagnostic : Real issue. Rationale : It seems buffer could be null. Not sure, though. Resolution : Check for buffer null. This resolution was chosen as it will always work. But it could be that buffer can't really be null at that point. autocmd_win is ruled out by close_window, so that can't be the case. I'm not sure if other windows without buffers are possible, so leaving it this way. If it's confirmed buffer can't be null, resolution through an assert would be possible and this would be FP, not RI.
Diffstat (limited to 'test/functional/shell/viml_system_spec.lua')
0 files changed, 0 insertions, 0 deletions