]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0299: runtime(zip): may write using absolute paths v9.2.0299
authorChristian Brabandt <cb@256bit.org>
Sun, 5 Apr 2026 15:58:00 +0000 (15:58 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 5 Apr 2026 15:58:00 +0000 (15:58 +0000)
commit46f530e517bd1b59acc2eb0d2aa76d02e54ca9fe
tree78b2ae533a2366787d64a2b2589207019ff1c91b
parent5943c57173e78ce5b5d82d3e908542b010a31134
patch 9.2.0299: runtime(zip): may write using absolute paths

Problem:  runtime(zip): may write using absolute paths
          (syndicate)
Solution: Detect this case and abort on Unix, warn in the documentation
          about possible issues

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/zip.vim
runtime/doc/pi_zip.txt
src/testdir/samples/evil.zip
src/testdir/test_plugin_zip.vim
src/version.c