aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
diff options
context:
space:
mode:
authorChris Hall <followingthepath@gmail.com>2017-06-08 15:05:07 +1000
committerChris Hall <followingthepath@gmail.com>2017-06-20 14:47:12 +1000
commitdcbeefcd23b8b54de7b2ae16fbf1af39ab91e480 (patch)
treeff91359e53664cbed9dc5d9a70f4c2e72d85ab53 /src/nvim/lua/executor.c
parent76ea97c809e50fccc5ca6615943ac6da1db1e030 (diff)
downloadrneovim-dcbeefcd23b8b54de7b2ae16fbf1af39ab91e480.tar.gz
rneovim-dcbeefcd23b8b54de7b2ae16fbf1af39ab91e480.tar.bz2
rneovim-dcbeefcd23b8b54de7b2ae16fbf1af39ab91e480.zip
coverity/112076: fixing "Explicit null dereferenced"
if (oap->regname == 0 && oap->motion_type != kMTLineWise && oap->line_count == 0 && !oap->use_reg_one ){ then reg is not initialised and our call to set_clipboard will dereference NULL }
Diffstat (limited to 'src/nvim/lua/executor.c')
0 files changed, 0 insertions, 0 deletions