From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] Vim CVE-2017-5953 Date: Mon, 13 Feb 2017 17:33:55 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdPCB-0003Qi-C1 for guix-devel@gnu.org; Mon, 13 Feb 2017 17:34:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdPC6-0004v1-EQ for guix-devel@gnu.org; Mon, 13 Feb 2017 17:34:07 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:55976) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdPC6-0004ua-Ae for guix-devel@gnu.org; Mon, 13 Feb 2017 17:34:02 -0500 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 212FA24431 for ; Mon, 13 Feb 2017 17:34:01 -0500 (EST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org This patch adapts a commit from the Vim repository to fix CVE-2017-5953. One the Vim commit's web page, you can see a question about whether or not the change is correct: https://github.com/vim/vim/commit/399c297aa93afe2c0a39e2a1b3f972aebba44c9d Leo Famulari (1): gnu: vim: Fix CVE-2017-5953. gnu/local.mk | 1 + gnu/packages/patches/vim-CVE-2017-5953.patch | 36 ++++++++++++++++++++++++++++ gnu/packages/vim.scm | 1 + 3 files changed, 38 insertions(+) create mode 100644 gnu/packages/patches/vim-CVE-2017-5953.patch -- 2.11.1