]> granicus.if.org Git - vim/commit
patch 8.2.0099: use of NULL pointer when out of memory v8.2.0099
authorBram Moolenaar <Bram@vim.org>
Tue, 7 Jan 2020 20:05:49 +0000 (21:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 7 Jan 2020 20:05:49 +0000 (21:05 +0100)
commit8b7aa2f9b238df916c161cdacda032c25d72a0ae
treef10f144886941b4a932b920087da2d404100c449
parente31ee86859528a7ffe00405645547d494e522fa8
patch 8.2.0099: use of NULL pointer when out of memory

Problem:    Use of NULL pointer when out of memory.
Solution:   Check for NULL pointer. (Dominique Pelle, closes #5449)
src/cmdexpand.c
src/version.c