]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1104: Coverity warnts for possible NULL pointer use v8.2.1104
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Jul 2020 11:15:24 +0000 (13:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Jul 2020 11:15:24 +0000 (13:15 +0200)
commit11b6600c88165c70d9ccbbdd4d9c96e8266e365f
treeb695de86eaeaf712ab874fa696213e1daf2b1fe2
parente707c882b23a53d2c1f0d1f7fc3a7be247aca614
patch 8.2.1104: Coverity warnts for possible NULL pointer use

Problem:    Coverity warnts for possible NULL pointer use.
Solution:   Check "pbyts" is not NULL.
src/spellsuggest.c
src/version.c