diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-12 10:39:44 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-11-15 12:48:28 +0100 |
commit | 83a32aad82f87fda3d8a5984ebf627213c18177a (patch) | |
tree | b3817e3d042762f523993af0107e9fd89007a7c0 /src/nvim/api/private/helpers.c | |
parent | 3d57bcee7d0783f554497b7e3b1dda06df4ea40c (diff) | |
download | rneovim-83a32aad82f87fda3d8a5984ebf627213c18177a.tar.gz rneovim-83a32aad82f87fda3d8a5984ebf627213c18177a.tar.bz2 rneovim-83a32aad82f87fda3d8a5984ebf627213c18177a.zip |
Fix warnings: quickfix.c: qf_add_entry(): Np dereference: FP.
Problem : Dereference of null pointer @ 921.
Diagnostic : False positive.
Rationale : If `qi->qf_lists[qi->qf_curlist].qf_count == 0` doesn't
hold, we should be calling function with nonnull `*prevp`.
Resolution : Assert nonnull.
Diffstat (limited to 'src/nvim/api/private/helpers.c')
0 files changed, 0 insertions, 0 deletions