aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/helpers.c
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2014-11-12 10:39:44 +0100
committerEliseo Martínez <eliseomarmol@gmail.com>2014-11-15 12:48:28 +0100
commit83a32aad82f87fda3d8a5984ebf627213c18177a (patch)
treeb3817e3d042762f523993af0107e9fd89007a7c0 /src/nvim/api/private/helpers.c
parent3d57bcee7d0783f554497b7e3b1dda06df4ea40c (diff)
downloadrneovim-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