From 12d795ed3aacbfdb8aa9fc170576e4472e0c1361fcef21866c09816ed6be66fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 4 Jul 2022 10:36:46 +0000 Subject: [PATCH] - fix CVE-2022-2257 - boo#1201154 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=728 --- vim.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/vim.changes b/vim.changes index babe3d5..e76952a 100644 --- a/vim.changes +++ b/vim.changes @@ -3,6 +3,7 @@ Mon Jul 4 10:06:35 UTC 2022 - Ondřej Súkup - Updated to version 9.0.0032, fixes the following problems - fix CVE-2022-2285 - boo#1201134 +- fix CVE-2022-2257 - boo#1201154 * Map functionality outside of map.c. * Functions are global while they could be local. * Plural messages not translated properly.