diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-01-26 21:28:41 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-02-02 01:21:57 -0500 |
commit | 828a18722c2fb2d23560fd38ae182359e943d589 (patch) | |
tree | ab05fe947e59521487f3d0213fd2de5709a19b5b /runtime/doc/manpages/vimdiff.1 | |
parent | 4d70aae770e33c45a194634d11b9c49e866dd84b (diff) | |
download | rneovim-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/vimdiff.1')
0 files changed, 0 insertions, 0 deletions