mirror of
https://github.com/neovim/neovim.git
synced 2026-02-05 20:11:46 +10:00
Problem: Coverity warns for not using return value of dict_add(). Solution: When dict_add() fails then don't call hash_remove().bc222152d8N/A patches for version.c: vim-patch:9.0.0927: Coverity warns for using a NULL pointer Problem: Coverity warns for using a NULL pointer. Solution: Check for memory allocaion failure.96cbbe29deCo-authored-by: Bram Moolenaar <Bram@vim.org>