]> granicus.if.org Git - vim/commit
patch 8.0.0502: Coverity complains about possible NULL pointer v8.0.0502
authorBram Moolenaar <Bram@vim.org>
Tue, 21 Mar 2017 20:58:00 +0000 (21:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 Mar 2017 20:58:00 +0000 (21:58 +0100)
commita37ffaa5e0a47e2db27bc0cc23f49e7094f47f3b
tree44266e6dca65e36d0e2c7e8112bd1d96c882b354
parentb2964f2570574b4c66f3645d69956fec99f2af3e
patch 8.0.0502: Coverity complains about possible NULL pointer

Problem:    Coverity complains about possible NULL pointer.
Solution:   Add an assert(), let's see if this works on all systems.
src/version.c
src/window.c