diff src/version.c @ 24478:460b04d5897f v8.2.2779

patch 8.2.2779: memory access error in remove() for blob Commit: https://github.com/vim/vim/commit/f7e92aae1581203306a340b4c0059cc74adea9d6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 17 21:22:49 2021 +0200 patch 8.2.2779: memory access error in remove() for blob Problem: Memory access error in remove() for blob. Solution: Adjust length for memmove().
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Apr 2021 21:30:03 +0200
parents e79d1475fc89
children 943e9b1d2d16
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2779,
+/**/
     2778,
 /**/
     2777,