summaryrefslogtreecommitdiffstats
path: root/debian/patches/CVE-2022-0729.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/CVE-2022-0729.patch')
-rw-r--r--debian/patches/CVE-2022-0729.patch4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/patches/CVE-2022-0729.patch b/debian/patches/CVE-2022-0729.patch
index 7333268..79c810a 100644
--- a/debian/patches/CVE-2022-0729.patch
+++ b/debian/patches/CVE-2022-0729.patch
@@ -8,8 +8,6 @@ Origin: https://github.com/vim/vim/commit/6456fae9ba8e72c74b2c0c499eaf09974604ff
src/testdir/test_regexp_utf8.vim | 8 ++++++++
2 files changed, 13 insertions(+)
-diff --git a/src/regexp.c b/src/regexp.c
-index 6ad928d..33414ce 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -5575,6 +5575,11 @@ regmatch(
@@ -24,8 +22,6 @@ index 6ad928d..33414ce 100644
--rex.lnum;
rex.line = reg_getline(rex.lnum);
/* Just in case regrepeat() didn't count
-diff --git a/src/testdir/test_regexp_utf8.vim b/src/testdir/test_regexp_utf8.vim
-index 75485dc..378bc21 100644
--- a/src/testdir/test_regexp_utf8.vim
+++ b/src/testdir/test_regexp_utf8.vim
@@ -215,4 +215,12 @@ func Test_match_invalid_byte()