summaryrefslogtreecommitdiffstats
path: root/debian/patches/CVE-2022-2304.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-08 05:09:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-08 05:09:20 +0000
commit711b5e29b9a1e65610a6ac243c55e058e27a03e5 (patch)
treeb43d074b53c71ba5558dd4613e44f7fa85715753 /debian/patches/CVE-2022-2304.patch
parentReleasing progress-linux version 2:8.1.0875-5+deb10u4progress5u1. (diff)
downloadvim-711b5e29b9a1e65610a6ac243c55e058e27a03e5.tar.xz
vim-711b5e29b9a1e65610a6ac243c55e058e27a03e5.zip
Merging debian version 2:8.1.0875-5+deb10u5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/CVE-2022-2304.patch')
-rw-r--r--debian/patches/CVE-2022-2304.patch4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/patches/CVE-2022-2304.patch b/debian/patches/CVE-2022-2304.patch
index a76927d..4ba628d 100644
--- a/debian/patches/CVE-2022-2304.patch
+++ b/debian/patches/CVE-2022-2304.patch
@@ -8,8 +8,6 @@ Origin: https://github.com/vim/vim/commit/54e5fed6d27b747ff152cdb6edfb72ff60e709
src/testdir/test_spell.vim | 14 ++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
-diff --git a/src/spell.c b/src/spell.c
-index 2d36953..3d9e7c8 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -8505,9 +8505,10 @@ spell_dump_compl(
@@ -25,8 +23,6 @@ index 2d36953..3d9e7c8 100644
* Don't use keep-case words in the fold-case tree,
* they will appear in the keep-case tree.
* Only use the word when the region matches. */
-diff --git a/src/testdir/test_spell.vim b/src/testdir/test_spell.vim
-index 50e2d54..afbb6d8 100644
--- a/src/testdir/test_spell.vim
+++ b/src/testdir/test_spell.vim
@@ -260,6 +260,19 @@ func Test_zz_compound()