]> granicus.if.org Git - vim/commit
patch 8.2.3998: asan error for adding zero to NULL v8.2.3998
authorBram Moolenaar <Bram@vim.org>
Tue, 4 Jan 2022 16:05:48 +0000 (16:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Jan 2022 16:05:48 +0000 (16:05 +0000)
commit48824e952f7db8ca657fe20e66456fc19fca6815
tree01458309307e280ec101525c72ef04089d7af8a3
parent10d6f18b2f9090d19dd884827c4be59a20b446bf
patch 8.2.3998: asan error for adding zero to NULL

Problem:    Asan error for adding zero to NULL.
Solution:   Do not compute pointer if there are no entries.
src/version.c
src/vim9type.c