diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-01-27 15:22:36 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-02-02 01:21:57 -0500 |
commit | ab86da74c4f81f492d493a42a1c3c26a273016a9 (patch) | |
tree | e8b52e61f89f644bdd0d0ff4b8e1ee849c7a0ff2 /runtime/doc/manpages/ja/vimdiff-ja.1 | |
parent | 828a18722c2fb2d23560fd38ae182359e943d589 (diff) | |
download | rneovim-ab86da74c4f81f492d493a42a1c3c26a273016a9.tar.gz rneovim-ab86da74c4f81f492d493a42a1c3c26a273016a9.tar.bz2 rneovim-ab86da74c4f81f492d493a42a1c3c26a273016a9.zip |
coverity/68610: Out-of-bounds access: FP.
Diagnostic : False positive.
Rationale : Coverity thinks we are forgetting to add more char to hold
NULL, but it's not taking into account that two chars from
cntxformat will no be present in the result. In fact, we
can even allocate one byte less than currently done.
Resolution : Add explanatory comment and allocate one less byte.
Marked as "Intentional" at coverity's database.
Diffstat (limited to 'runtime/doc/manpages/ja/vimdiff-ja.1')
0 files changed, 0 insertions, 0 deletions