commit | 23a971da506249fc8388f06cd5c011b83406ac5c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 04 22:04:53 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 04 22:04:53 2023 +0100 |
tree | d9db98b1ba14c6f162011a63fb0fbb65c3b17e0c | |
parent | cde8de034524d00aba4ff4142e658baff511e12d [diff] [blame] |
patch 9.0.1440: "rvim" can execute a shell through :diffpatch Problem: "rvim" can execute a shell through :diffpatch. Solution: Disallow the shell "patch" command.
diff --git a/src/version.c b/src/version.c index 5cace2e3..853ea5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1440, +/**/ 1439, /**/ 1438,