aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/manpages/ja/vim-ja.1
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2015-01-26 21:28:41 +0100
committerJustin M. Keyes <justinkz@gmail.com>2015-02-02 01:21:57 -0500
commit828a18722c2fb2d23560fd38ae182359e943d589 (patch)
treeab05fe947e59521487f3d0213fd2de5709a19b5b /runtime/doc/manpages/ja/vim-ja.1
parent4d70aae770e33c45a194634d11b9c49e866dd84b (diff)
downloadrneovim-828a18722c2fb2d23560fd38ae182359e943d589.tar.gz
rneovim-828a18722c2fb2d23560fd38ae182359e943d589.tar.bz2
rneovim-828a18722c2fb2d23560fd38ae182359e943d589.zip
coverity/13750: Negative array index read: FP.
Problem : Negative array index read @ 909. Diagnostic : False positive. Rationale : Suggested error path assigns a negative value to idx at line 836 (`idx = find_command(ca.cmdchar);`). That's impossible, as `ca.cmdchar` is set to Ctrl_BSL just two lines above, so we know that value will be in the table. Resolution : Assert idx >= 0.
Diffstat (limited to 'runtime/doc/manpages/ja/vim-ja.1')
0 files changed, 0 insertions, 0 deletions