mirror of
https://github.com/neovim/neovim.git
synced 2026-02-13 16:01:54 +10:00
Problem: Vim9: not enough function arguments checked for string. Solution: Check in balloon functions. Refactor function arguments.32105ae88fCherry-pick removal of useless check from patch 8.2.3840. vim-patch:8.2.3083: crash when passing null string to charclass() Problem: Crash when passing null string to charclass(). Solution: Bail out when string pointer is NULL. (Christian Brabandt, closes vim/vim#8498, closes vim/vim#8260)72463f883c