comparison 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
comparison
equal deleted inserted replaced
24477:150cc0a3a8d4 24478:460b04d5897f
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2779,
753 /**/ 755 /**/
754 2778, 756 2778,
755 /**/ 757 /**/
756 2777, 758 2777,
757 /**/ 759 /**/