diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-12-16 13:37:56 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-12-16 21:02:14 +0100 |
commit | e0b23b3d090f58c772ff0175c38afa1d5e0f1612 (patch) | |
tree | b0d02669f08f94b80abcc0a8d9687ba4c8c80561 /runtime/doc/manpages/vimtutor.1 | |
parent | 85ee4b83ac9c8b8b1cc804ffcdb694dca51ec792 (diff) | |
download | rneovim-e0b23b3d090f58c772ff0175c38afa1d5e0f1612.tar.gz rneovim-e0b23b3d090f58c772ff0175c38afa1d5e0f1612.tar.bz2 rneovim-e0b23b3d090f58c772ff0175c38afa1d5e0f1612.zip |
coverity/75594: Explicit null dereferenced: RI.
Problem : Exlicit null dereferenced (FORWARD NULL) @ 2859.
Diagnostic : Real issue.
Rationale : Code within `if (!p_bk)` seems to assume `backup` not null
at that point, which may not be true.
Resolution : Don't enter conditional on null `backup`.
Diffstat (limited to 'runtime/doc/manpages/vimtutor.1')
0 files changed, 0 insertions, 0 deletions