diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-02-14 18:00:28 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-02-20 17:34:07 +0100 |
commit | a4bed17d0d33904eb9cced9a6d3f99388648b408 (patch) | |
tree | 5980e19bc52ecfacbed7000a3421140c0541f903 /runtime/doc/manpages/ja/vim-ja.1 | |
parent | 24fa25a57f9fd2062554f4e2283c367d71ac4050 (diff) | |
download | rneovim-a4bed17d0d33904eb9cced9a6d3f99388648b408.tar.gz rneovim-a4bed17d0d33904eb9cced9a6d3f99388648b408.tar.bz2 rneovim-a4bed17d0d33904eb9cced9a6d3f99388648b408.zip |
coverity/13746: Negative array index write: FP.
Problem : Negative array index write @ 1042.
Diagnostic : False positive.
Rationale : Suggested error path cannot occur: idx should be >= 0, as
previous check ensures there's a matching while/for.
Resolution : Assert idx >= 0.
Diffstat (limited to 'runtime/doc/manpages/ja/vim-ja.1')
0 files changed, 0 insertions, 0 deletions