summaryrefslogtreecommitdiffstats
path: root/debian/patches/CVE-2022-3324.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/CVE-2022-3324.patch')
-rw-r--r--debian/patches/CVE-2022-3324.patch6
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/patches/CVE-2022-3324.patch b/debian/patches/CVE-2022-3324.patch
index 59b60e6..f3e50d5 100644
--- a/debian/patches/CVE-2022-3324.patch
+++ b/debian/patches/CVE-2022-3324.patch
@@ -8,8 +8,6 @@ Origin: https://github.com/vim/vim/commit/8279af514ca7e5fd3c31cf13b0864163d1a0bf
src/window.c | 5 ++++-
2 files changed, 26 insertions(+), 1 deletion(-)
-diff --git a/src/testdir/test_cmdline.vim b/src/testdir/test_cmdline.vim
-index 3878637..4a35201 100644
--- a/src/testdir/test_cmdline.vim
+++ b/src/testdir/test_cmdline.vim
@@ -620,5 +620,27 @@ func Test_report_error_with_composing()
@@ -40,8 +38,6 @@ index 3878637..4a35201 100644
+
set cpo&
-diff --git a/src/window.c b/src/window.c
-index 7c7f580..c4d97d6 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1945,6 +1945,8 @@ win_equal_rec(
@@ -53,7 +49,7 @@ index 7c7f580..c4d97d6 100644
new_size += next_curwin_size;
room -= new_size - next_curwin_size;
}
-@@ -5899,7 +5901,8 @@ scroll_to_fraction(win_T *wp, int prev_height)
+@@ -5899,7 +5901,8 @@ scroll_to_fraction(win_T *wp, int prev_h
void
win_new_width(win_T *wp, int width)
{