aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/crash/dialog_changed_uaf
Commit message (Collapse)AuthorAge
* vim-patch:9.1.0648: [security] double-free in dialog_changed()zeertzjq2024-08-03
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 https://github.com/vim/vim/commit/b29f4abcd4b3382fa746edd1d0562b7b48c9de60 Co-authored-by: Christian Brabandt <cb@256bit.org>