]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0341: some functions can be run from the sandbox v9.2.0341
authorq1uf3ng <q1uf3ng@protone.me>
Tue, 14 Apr 2026 15:58:40 +0000 (15:58 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 14 Apr 2026 15:58:40 +0000 (15:58 +0000)
commitfcc4276db31bc35239186e62921b4ff5a15fb18e
treef1e138113794ebf3f8ddd67f331d9858a27716bc
parent6836599733950e1f52864a9742ff3e5bca5820fd
patch 9.2.0341: some functions can be run from the sandbox

Problem:  some functions can be run from the sandbox
Solution: Block them, so they are not accessible from a modeline
          (q1uf3ng)

closes: #19975

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: q1uf3ng <q1uf3ng@protone.me>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/evalfunc.c
src/ex_cmds.h
src/filepath.c
src/testdir/test_excmd.vim
src/version.c