]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0458: Crash with invalid shellredir/shellpipe value v9.2.0458
authorChristian Brabandt <cb@256bit.org>
Fri, 8 May 2026 21:29:21 +0000 (21:29 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 8 May 2026 21:32:21 +0000 (21:32 +0000)
commit84ae09dd79b9888ba71dc2a28f9afcac3e7b8901
tree92ef7dbde36e181af1e56a6b6782376b51497ba3
parent2f00656b3480ed5384ce0513402025de9643462c
patch 9.2.0458: Crash with invalid shellredir/shellpipe value

Problem:  Crash with invalid shellredir/shellpipe value
          (bfredl)
Solution: Validate the option and allow only a single "%s".

fixes:  #20157
closes: #20159

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt
runtime/doc/tags
src/errors.h
src/option.c
src/optiondefs.h
src/po/vim.pot
src/proto/option.pro
src/testdir/test_options.vim
src/testdir/util/gen_opt_test.vim
src/version.c