summaryrefslogtreecommitdiffstats
path: root/debian/patches/CVE-2022-0417.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/CVE-2022-0417.patch')
-rw-r--r--debian/patches/CVE-2022-0417.patch6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/patches/CVE-2022-0417.patch b/debian/patches/CVE-2022-0417.patch
index d5a99e0..0229c69 100644
--- a/debian/patches/CVE-2022-0417.patch
+++ b/debian/patches/CVE-2022-0417.patch
@@ -9,8 +9,6 @@ Origin: https://github.com/vim/vim/commit/652dee448618589de5528a9e9a36995803f555
src/vim.h | 2 ++
3 files changed, 13 insertions(+), 7 deletions(-)
-diff --git a/src/option.c b/src/option.c
-index 12d903f..f7643eb 100644
--- a/src/option.c
+++ b/src/option.c
@@ -9371,6 +9371,11 @@ set_num_option(
@@ -60,8 +58,6 @@ index 12d903f..f7643eb 100644
#endif
}
-diff --git a/src/testdir/test_options.vim b/src/testdir/test_options.vim
-index 83b315d..50aae7c 100644
--- a/src/testdir/test_options.vim
+++ b/src/testdir/test_options.vim
@@ -234,6 +234,8 @@ func Test_set_errors()
@@ -73,8 +69,6 @@ index 83b315d..50aae7c 100644
call assert_fails('set textwidth=-1', 'E487:')
call assert_fails('set timeoutlen=-1', 'E487:')
call assert_fails('set updatecount=-1', 'E487:')
-diff --git a/src/vim.h b/src/vim.h
-index 7ee164a..dfc96bc 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1988,6 +1988,8 @@ typedef int sock_T;