mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
6967c08840
Problem: [security] double-free in dialog_changed()
(SuyueGuo)
Solution: Only clear pointer b_sfname pointer, if it is different
than the b_ffname pointer. Don't try to free b_fname,
set it to NULL instead.
fixes: vim/vim#15403
Github Advisory:
https://github.com/vim/vim/security/advisories/GHSA-46pw-v7qw-xc2f
|
||
---|---|---|
.. | ||
testdir | ||
memfile_test.c |