]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1690: Missing recursion guard in dos/unix_expandpath() v9.1.1690
authorashamedbit <muralianiruddhan@gmail.com>
Tue, 26 Aug 2025 15:43:18 +0000 (17:43 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 26 Aug 2025 15:43:18 +0000 (17:43 +0200)
commite8948a1f807cb595446e896e00bdf0e5339f0dd2
tree36900e4e08ef5c64737f74e56df74e119229585f
parent540480697dd8c9a5c97188e8d0bc8f2ac4d751d1
patch 9.1.1690: Missing recursion guard in dos/unix_expandpath()

Problem:  Missing recursion guard in dos/unix_expandpath()
Solution: Add guard variables (ashamedbit)

fixes: #18099
closes: #18106

Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: ashamedbit <muralianiruddhan@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/filepath.c
src/version.c